|
bool | received |
| Message has been processed.
|
|
uint8_t | telCount |
| Telegram Count for Messages.
|
|
uint8_t | expectedTelCount |
| Expected Telegram Count for Messages.
|
|
uint8_t | seq |
| Sequence of the chained message. Sequence is type of message identifier.
|
|
uint16_t | expectedDataLength |
| Expected data length of the chained message. Information should be contained in the header.
|
|
uint16_t | sizeN |
| Actual Payload Data size.
|
|
uint32_t | timeStamp |
| Time stamp of the first telegram. Used for Time-out functionality.
|
|
std::vector< eoChunkMessage > | dataChunks |
| All Messages parts are located in the dataChunks array.
|
|
uint8_t | RORG |
| RORG as specified by EnOcean.
|
|
uint8_t | status |
| status Information from device
|
|
uint8_t | securityLevel |
| Security level of the message.
|
|
uint32_t | sourceID |
| SourceID. More...
|
|
uint32_t | destinationID |
| the destination ID
|
|
uint8_t * | data |
| Data Pointer.
|
|
uint16_t | dataLength |
| Payload data length.
|
|
uint16_t | maxLength |
|
chainedMessage Helper Class, will be copied to normal eoMessage, when we finished receiving