3namespace RoboidControl {
9 static const unsigned char id = 0xA1;
11 static const unsigned char length = 2;
24 virtual unsigned char Serialize(
char *buffer)
override;
A message communicating the network ID for that participant.
Definition SiteMsg.h:6
static const unsigned char length
The length of the message.
Definition SiteMsg.h:11
virtual ~SiteMsg()
Destructor for the message.
Definition SiteMsg.cpp:13
virtual unsigned char Serialize(char *buffer) override
Definition SiteMsg.cpp:15
unsigned char networkId
The network ID for the participant.
Definition SiteMsg.h:13