![]() |
Roboid Control for C# 0.4
|
Message notifiying that a Thing no longer exists.
Public Member Functions | |
| DestroyMsg (byte networkId, Thing thing) | |
| Create a message for sending. | |
| DestroyMsg (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 = 0x20 |
| The message ID. | |
| const byte | length = 3 |
| The length of the message in bytres. | |
| RoboidControl.DestroyMsg.DestroyMsg | ( | byte | networkId, |
| Thing | thing | ||
| ) |
Create a message for sending.
| networkId | The network ID of the thing |
| thingId | The ID of the thing |
| RoboidControl.DestroyMsg.DestroyMsg | ( | byte[] | buffer | ) |
|
virtual |
Reimplemented from RoboidControl.IMessage.