Enum ModbusEndianness
- Namespace
- Fluent
Modbus
- Assembly
- FluentModbus.dll
Specifies the endianness of the data.
Fields
BigEndian = 2
Big endian data layout, i.e. the most significant byte is trasmitted first.
LittleEndian = 1
Little endian data layout, i.e. the least significant byte is trasmitted first.