Concept to check if a given Type T can be represented in modbus registers, constrains T to be at least 16-Bits or the size of a single modbus Register. The only exception being coil registers and discrete input registers, which are either directly represented as booleans or as 8 boolean values packed into 1 or more bytes. More...
#include <ModbusData.hpp>
Concept to check if a given Type T can be represented in modbus registers, constrains T to be at least 16-Bits or the size of a single modbus Register. The only exception being coil registers and discrete input registers, which are either directly represented as booleans or as 8 boolean values packed into 1 or more bytes.
T | The type to check. |