public function dm_modbus_read_uint32(modbus, address, value) result(rc)
Reads 4-byte unsigned integer from input or holding register,
depending on the address, and returns result in value. Stores the
4-byte unsigned value in a 8-byte signed integer. If the address is
not in input register or holding register range, it is interpreted
as a holding register address.
The function returns the following error codes:
E_BOUNDS if argument n is larger than size of data.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.