MbusMasterFunctionsconfigureBigEndianInts Method (Int32) |
Namespace: FieldTalk.Modbus.Master
public int configureBigEndianInts( int slaveAddr )
Public Function configureBigEndianInts ( slaveAddr As Integer ) As Integer
public: int configureBigEndianInts( int slaveAddr )
Modbus is using little-endian word order for 32-bit values. The data transfer functions operating upon 32-bit int data types can be configured to do a word swap which enables them to read 32-bit data correctly from a big-endian slave.