#include <EDDSourceMsg.h>
Public Attributes | |
tsEDDMsgHdr | msHeader |
required data header for all EDD messages, defines source id | |
uint8_t | mnStart |
when non-zero, subscribes for the data. When zero, unsubscribe. | |
uint8_t | mnSpare [3] |
reserved. |
This is the main data subscription request sent by an EDD client to an EDD server. When received, the EDD server will begin transmitting data generated by tcEDDDataSource derived objects with a matching msHeader.mnDataSource.
Definition at line 57 of file EDDSourceMsg.h.
uint8_t tsEDDSourceDataReqMsg::mnSpare[3] |
uint8_t tsEDDSourceDataReqMsg::mnStart |
when non-zero, subscribes for the data. When zero, unsubscribe.
Definition at line 60 of file EDDSourceMsg.h.
required data header for all EDD messages, defines source id
Definition at line 59 of file EDDSourceMsg.h.