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