GXDN: Gurux Developer Network
DisplayTypes Enumeration
NamespacesGurux.DeviceDisplayTypes
Determines how numeric values are presented.
Members
Member Description
All
Values can be shown as decimal numbers, Little Endian, and Big Endian, hexadecimal numbers. Integer value=-1.
If not using .NET Framework, use constant GX_DISPLAY_TYPE_ALL.

Default
Values are shown as decimal numbers. Integer value=0x1.
If not using .NET Framework, use constant GX_DISPLAY_TYPE_DEFAULT.

MsbBits
Values are shown as bit string, with the most significant bit on the left. Integer value=0x10.
If not using .NET Framework, use constant GX_DISPLAY_TYPE_MSB_BITS.

LsbBits
Values are shown as bit string, with the least significant bit on the left. Integer value=0x8.
If not using .NET Framework, use constant GX_DISPLAY_TYPE_LSB_BITS.

BigEndian
Values are shown as Big Endian, Motorola byte order, hexadecimal numbers. Integer value=0x4.
If not using .NET Framework, use constant GX_DISPLAY_TYPE_MSB_HEX.

None
Values are not shown. Integer value=0x0.
If not using .NET Framework, use constant GX_DISPLAY_TYPE_NONE.

LittleEndian
Values are shown as Little Endian, Intel byte order, hexadecimal numbers. Integer value=0x2.
If not using .NET Framework, use constant GX_DISPLAY_TYPE_LSB_HEX.

Remarks
If not using .NET Framework, enumeration is GX_DISPLAY_TYPE.
See Also

Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1