struct io.ModbusGetCommEventCounterReplyPdu

struct ModbusGetCommEventCounterReplyPdu:
    io.ModbusPduHdr,
    io.ModbusGetCommEventCounterReplyParams {
};

Inherited Members

public:
    // fields

    io.ModbusFunc m_func;
    uint16_t bigendian m_status;
    uint16_t bigendian m_eventCount;