#include <EDDMsgHdr.h>
Public Attributes | |
uint32_t | mnSyncWord |
Message Sync Word. | |
uint16_t | mnMsgId |
Message ID. | |
uint16_t | mnMsgLen |
Message Length, in bytes. | |
uint16_t | mnDataSource |
Data Source (from server, or request, from Client). | |
uint8_t | mnVersion |
Protocol version 0xXY, where version is X.Y. | |
uint8_t | mnAllSources |
if non-zero, send message to all local sources | |
uint32_t | mnSeqNo |
rolling sequence number, increments by one for each message sent |
This structure represents the header structure that must be used for all EDD messages between a client and server.
Definition at line 76 of file EDDMsgHdr.h.
uint8_t tsEDDMsgHdr::mnAllSources |
uint16_t tsEDDMsgHdr::mnDataSource |
uint16_t tsEDDMsgHdr::mnMsgId |
uint16_t tsEDDMsgHdr::mnMsgLen |
uint32_t tsEDDMsgHdr::mnSeqNo |
rolling sequence number, increments by one for each message sent
Definition at line 84 of file EDDMsgHdr.h.
uint32_t tsEDDMsgHdr::mnSyncWord |
uint8_t tsEDDMsgHdr::mnVersion |