struct io.ModbusTcpAduHdr

struct ModbusTcpAduHdr
{
    // fields

    bigendian unsigned short m_transactionId;
    bigendian unsigned short m_protocol;
    bigendian unsigned short m_length;
    uint8_t m_deviceAddress;
};