![]() |
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) | |
Create a message for receiving. | |
override byte | Serialize (ref byte[] buffer) |
Serialize the message into a byte array for sending. | |
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. | |
Passer.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 |
Passer.RoboidControl.InvestigateMsg.InvestigateMsg | ( | byte[] | buffer | ) |
Create a message for receiving.
buffer | The byte array to parse |
|
virtual |
Serialize the message into a byte array for sending.
buffer | The buffer to serilize into |
Reimplemented from Passer.RoboidControl.IMessage.