struct io.ModbusTcpAduHdr

struct ModbusTcpAduHdr {
    // fields

    uint16_t bigendian m_transactionId;
    uint16_t bigendian m_protocol;
    uint16_t bigendian m_length;
    uint8_t m_deviceAddress;

    // methods

    void updateLength();
};