35 #include "eoChunkMessage.h" 37 #ifndef EOCHAINEDMESSAGE_H_ 38 #define EOCHAINEDMESSAGE_H_ std::vector< eoChunkMessage > dataChunks
All Messages parts are located in the dataChunks array.
Definition: eoChainedMessage.h:64
uint8_t expectedTelCount
Expected Telegram Count for Messages.
Definition: eoChainedMessage.h:51
uint8_t seq
Sequence of the chained message. Sequence is type of message identifier.
Definition: eoChainedMessage.h:53
bool received
Message has been processed.
Definition: eoChainedMessage.h:47
Message Class for communication.
Definition: eoMessage.h:47
uint16_t expectedDataLength
Expected data length of the chained message. Information should be contained in the header...
Definition: eoChainedMessage.h:55
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
uint16_t sizeN
Actual Payload Data size.
Definition: eoChainedMessage.h:57
Definition: eoChainedMessage.h:43
eoChainedMessage(uint16_t maxSize)
uint8_t telCount
Telegram Count for Messages.
Definition: eoChainedMessage.h:49
uint32_t timeStamp
Time stamp of the first telegram. Used for Time-out functionality.
Definition: eoChainedMessage.h:61