struct io.ModbusReadParams

struct ModbusReadParams {
    // fields

    uint16_t bigendian m_address;
    uint16_t bigendian m_count;
};