struct io.ModbusGetCommEventLogReplyPdu

struct ModbusGetCommEventLogReplyPdu: io.ModbusReadReplyPdu
{
    // fields

    bigendian unsigned short m_status;
    bigendian unsigned short m_eventCount;
    bigendian unsigned short m_messageCount;
};

Inherited Members

public:
    // fields

    io.ModbusFunc m_func;
    uint8_t m_size;