6namespace RoboidControl {
12 static const unsigned char id = 0x20;
30 virtual unsigned char Serialize(
char* buffer)
override;
A Message notifiying that a Thing no longer exists.
Definition DestroyMsg.h:9
unsigned char networkId
The network ID of the thing.
Definition DestroyMsg.h:16
virtual ~DestroyMsg()
Destructor for the message.
Definition DestroyMsg.cpp:15
unsigned char thingId
The ID of the thing.
Definition DestroyMsg.h:18
virtual unsigned char Serialize(char *buffer) override
Serialize the message into a byte array for sending.
Definition DestroyMsg.cpp:17
static const unsigned length
The length of the message in bytes.
Definition DestroyMsg.h:14
Root structure for all communcation messages.
Definition IMessage.h:6
A thing is the primitive building block.
Definition Thing.h:20