Layout Control System (LCS)
|
Structure used the by the UDPMessage class which contains the actual data of a UDP Message. More...
#include <UDPMessage.h>
Public Attributes | |
unsigned char | startSig [2] |
2 byte start-of-message signature set to 0XEE 0XEF. | |
unsigned char | messageID |
The ID of the message. | |
long | id |
The ID of either the sender or the target of the message. Could be the deviceID, controllerID, serialNumber or routeID. | |
unsigned char | transactionNumber |
The message transaction number. A unique number auto-generated for each message. | |
PayloadUnion | payload |
32 byte payload accessable as Field[0] to Field[31] through the UDPMessage::getField() member and/or as device status entries accesable through UDPMessage::getDeviceID() and UDPMessage::getDeviceStatus(). | |
unsigned char | endSig [2] |
2 byte end-of-message signalture set to 0XEF 0XEE. | |
Structure used the by the UDPMessage class which contains the actual data of a UDP Message.