Type Alias rmodbus::ModbusFrameBuf

source ·
pub type ModbusFrameBuf = [u8; 256];
Expand description

Standard Modbus frame buffer

As max length of Modbus frame + headers is always 256 bytes or less, the frame buffer is a fixed [u8; 256] array.