4namespace RoboidControl {
10 static const unsigned char id = 0x81;
12 static const unsigned char length = 3;
28 virtual unsigned char Serialize(
char* buffer)
override;
Root structure for all communcation messages.
Definition Messages.h:12
Message to request details for a Thing.
Definition InvestigateMsg.h:7
virtual ~InvestigateMsg()
Destructor for the message.
Definition InvestigateMsg.cpp:14
virtual unsigned char Serialize(char *buffer) override
Serialize the message into a byte array for sending.
Definition InvestigateMsg.cpp:15
unsigned char thingId
the ID of the thing
Definition InvestigateMsg.h:16
static const unsigned char length
The length of the message.
Definition InvestigateMsg.h:12
unsigned char networkId
The network ID of the thing.
Definition InvestigateMsg.h:14