Skip to main content

StatusEnum Enum

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

Table 2-3.3 Error Codes

public enum StatusEnum : uint

Fields

NameValueDescription
Success0x0000The request completed successfully.
InvalidCommand0x0001The encapsulation command was not recognized.
InsufficientMemory0x0002The receiver had insufficient memory to handle the request.
IncorrectData0x0003The command-specific data was malformed or incorrect.
InvalidSessionHandle0x0064The supplied session handle was not valid.
InvalidLength0x0065The packet length field did not match the actual data.
UnsupportedEncapsulationProtocol0x0069The requested encapsulation protocol version is not supported.