Skip to main content

EncapsulationCommand Enum

NuGet: GHIElectronics.TinyCLR.EthernetIP.Adapter
Assembly: GHIElectronics.TinyCLR.EthernetIP.Adapter
Namespace: GHIElectronics.TinyCLR.EthernetIP.Adapter

EtherNet/IP encapsulation command codes reported by the explicit-data events.

public enum EncapsulationCommand : ushort

Fields

NameValueDescription
NoOperation0x0000No operation (TCP only).
ListServices0x0004List Services command (TCP and UDP).
ListIdentity0x0063List Identity command (TCP and UDP).
ListInterfaces0x0064List Interfaces command (optional, TCP and UDP).
RegisterSession0x0065Register Session command (TCP only).
UnregisterSession0x0066Unregister Session command (TCP only).
SendRequestReplyData0x006FSend RR (request/reply) Data command (TCP only).
SendUnitData0x0070Send Unit Data command (TCP only).