Skip to main content

CommandsEnum Enum

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

Table 2-3.2 Encapsulation Commands

public enum CommandsEnum : ushort

Fields

NameValueDescription
NOP0x0000No-operation command.
ListServices0x0004Requests the list of encapsulation services the target supports.
ListIdentity0x0063Requests identity information from devices.
ListInterfaces0x0064Requests the list of non-CIP communication interfaces.
RegisterSession0x0065Opens an encapsulation session with the target.
UnRegisterSession0x0066Closes an encapsulation session with the target.
SendRRData0x006FSends an unconnected (explicit) request/response message.
SendUnitData0x0070Sends a connected (implicit) data message.
IndicateStatus0x0072Requests the target's status.
Cancel0x0073Cancels a pending request.