![]() |
Roboid Control for C# 0.4
|
Message to request details for a Thing.
Public Member Functions | |
| InvestigateMsg (byte networkId, Thing thing) | |
| Create an investigate message. | |
| 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, |
| Thing | thing | ||
| ) |
Create an investigate message.
| networkId | The network ID for the thing |
| thing | The thing for which the details are requested |
| RoboidControl.InvestigateMsg.InvestigateMsg | ( | byte[] | buffer | ) |
|
virtual |
Reimplemented from RoboidControl.IMessage.