Module util

Module util 

Source

Functions§

read_u16
Reads an u16 from the given modbus data. The data is considered to be big endian with msB first
read_u16_unchecked
Reads an u16 from the given modbus data without performing bounds checks. The data is considered to be big endian with msB first.