5namespace RoboidControl {
13 static const unsigned char id = 0xA0;
15 static const unsigned char length = 2;
31 virtual unsigned char Serialize(
char* buffer)
override;
Root structure for all communcation messages.
Definition IMessage.h:6
A participant messages notifies other participants of its presence When received by another participa...
Definition ParticipantMsg.h:10
virtual unsigned char Serialize(char *buffer) override
Serialize the message into a byte array.
Definition ParticipantMsg.cpp:15
unsigned char networkId
The network ID known by the participant.
Definition ParticipantMsg.h:17
static const unsigned char length
The length of the message.
Definition ParticipantMsg.h:15
virtual ~ParticipantMsg()
Destructor for the message.
Definition ParticipantMsg.cpp:13