struct io.ModbusReplyPduHdr

struct ModbusReplyPduHdr {
    // fields

    uint8_t m_func;
    uint8_t m_exceptionFlag;
};