struct io.Df1AppMsgHdr

struct Df1AppMsgHdr
{
    // fields

    uchar_t m_destination;
    uchar_t m_source;
    uchar_t m_command;
    uchar_t m_reserved;
    uchar_t m_priority;
    uchar_t m_direction;
    uchar_t m_reserved2;
    uchar_t m_localStatus;
    uchar_t m_remoteStatus;
    uint16_t m_transactionId;
};