Table of Contents

Enum ModbusEndianness

Namespace
FluentModbus
Assembly
FluentModbus.dll

Specifies the endianness of the data.

public enum ModbusEndianness

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.