![]() |
Roboid Control for C#
|
Root structure for all communcation messages.
Public Member Functions | |
IMessage (byte[] buffer) | |
Create a message for receiving. | |
virtual byte | Serialize (ref byte[] buffer) |
Serialize the message into a byte array for sending. | |
RoboidControl.IMessage.IMessage | ( | 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 in RoboidControl.BinaryMsg, RoboidControl.DestroyMsg, RoboidControl.InvestigateMsg, RoboidControl.ModelUrlMsg, RoboidControl.NameMsg, RoboidControl.NetworkIdMsg, RoboidControl.ParticipantMsg, RoboidControl.PoseMsg, RoboidControl.TextMsg, and RoboidControl.ThingMsg.