Skip to main content

CipAttributeDecodeFromMessage Enum

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

Selects the native function used to decode an attribute value from a received message.

public enum CipAttributeDecodeFromMessage : uint

Fields

NameValueDescription
None0No decode function.
DecodeCipBool0x01Decode a CIP BOOL value.
DecodeCipByte0x02Decode a CIP BYTE value.
DecodeCipByteArray0x4Decode a CIP byte array value.
DecodeCipWord0x8Decode a CIP WORD value.
DecodeCipDword0x10Decode a CIP DWORD value.
DecodeCipLword0x20Decode a CIP LWORD value.
DecodeCipUsint0x40Decode a CIP USINT value.
DecodeCipUint0x80Decode a CIP UINT value.
DecodeCipUdint0x100Decode a CIP UDINT value.
DecodeCipUlint0x200Decode a CIP ULINT value.
DecodeCipSint0x400Decode a CIP SINT value.
DecodeCipInt0x800Decode a CIP INT value.
DecodeCipDint0x1000Decode a CIP DINT value.
DecodeCipLint0x2000Decode a CIP LINT value.
DecodeCipReal0x4000Decode a CIP REAL value.
DecodeCipLreal0x8000Decode a CIP LREAL value.
DecodeCipString0x10000Decode a CIP STRING value.
DecodeCipShortString0x20000Decode a CIP SHORT_STRING value.