Message to request details for a Thing.
#include <InvestigateMsg.h>
Inherits RoboidControl::IMessage.
|
static unsigned char * | ReceiveMsg (unsigned char packetSize) |
|
|
unsigned char | networkId |
| The network ID of the thing.
|
|
unsigned char | thingId |
| the ID of the thing
|
|
|
static const unsigned char | id = 0x81 |
| The message ID.
|
|
static const unsigned char | length = 3 |
| The length of the message.
|
|
◆ InvestigateMsg() [1/2]
RoboidControl::InvestigateMsg::InvestigateMsg |
( |
unsigned char |
networkId, |
|
|
unsigned char |
thingId |
|
) |
| |
Create a new message for sending.
- Parameters
-
networkId | The network ID for the thing |
thingId | The ID of the thing |
◆ InvestigateMsg() [2/2]
RoboidControl::InvestigateMsg::InvestigateMsg |
( |
char * |
buffer | ) |
|
◆ Serialize()
unsigned char RoboidControl::InvestigateMsg::Serialize |
( |
char * |
buffer | ) |
|
|
overridevirtual |