![]() |
Roboid Control for C# 0.4
|
A message communicating the network ID for that participant.
Public Member Functions | |
| NetworkIdMsg (byte networkId) | |
| Create a new message for sending. | |
| NetworkIdMsg (byte[] buffer) | |
| override byte | Serialize (ref byte[] buffer) |
Public Attributes | |
| byte | networkId |
| The network ID for the participant. | |
Static Public Attributes | |
| const byte | Id = 0xA1 |
| The message ID. | |
| const byte | length = 2 |
| The length of the message. | |
| RoboidControl.NetworkIdMsg.NetworkIdMsg | ( | byte | networkId | ) |
Create a new message for sending.
| networkId | The network ID for the participant |
| RoboidControl.NetworkIdMsg.NetworkIdMsg | ( | byte[] | buffer | ) |
|
virtual |
Reimplemented from RoboidControl.IMessage.