type

ModbusEncoding

ModbusEncoding : Enum

ModbusEncoding specifies the data type and encoding for a modbus point

meta sealed valbit slots bit

Bool

u1

Unsigned 8-bit Int

u2

Unsigned 16-bit Int

u4

Unsigned 32-bit Int

s1

Signed 8-bit Int

s2

Signed 16-bit Int

s4

Signed 32-bit Int

s8

Signed 64-bit Int

f4

32-bit Float

f8

64-bit Float

bit ModbusEncoding

Bool

u1 ModbusEncoding

Unsigned 8-bit Int

u2 ModbusEncoding

Unsigned 16-bit Int

u4 ModbusEncoding

Unsigned 32-bit Int

s1 ModbusEncoding

Signed 8-bit Int

s2 ModbusEncoding

Signed 16-bit Int

s4 ModbusEncoding

Signed 32-bit Int

s8 ModbusEncoding

Signed 64-bit Int

f4 ModbusEncoding

32-bit Float

f8 ModbusEncoding

64-bit Float

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST