Type Definition tokio_modbus::FunctionCode
source · pub type FunctionCode = u8;
Expand description
A Modbus function code is represented by an unsigned 8 bit integer.
pub type FunctionCode = u8;
A Modbus function code is represented by an unsigned 8 bit integer.