![]() |
Roboid Control for C#
|
Message to request details for a Thing.
Public Member Functions | |
InvestigateMsg (byte networkId, byte thingId) | |
Create a new message for sending. | |
InvestigateMsg (byte[] buffer) | |
override byte | Serialize (ref byte[] buffer) |
Public Attributes | |
byte | networkId |
The network ID of the thing. | |
byte | thingId |
The ID of the thing. | |
Static Public Attributes | |
const byte | Id = 0x81 |
The message Id. | |
const byte | length = 3 |
The length of the message. | |
RoboidControl.InvestigateMsg.InvestigateMsg | ( | byte | networkId, |
byte | thingId | ||
) |
Create a new message for sending.
networkId | The network ID for the thing |
thingId | The ID of the thing |
RoboidControl.InvestigateMsg.InvestigateMsg | ( | byte[] | buffer | ) |
|
virtual |
Reimplemented from RoboidControl.IMessage.