![]() |
Roboid Control for C++
|
Root structure for all communcation messages.
#include <IMessage.h>
Public Member Functions | |
virtual unsigned char | Serialize (char *buffer) |
Serialize the message into a byte array for sending. | |
|
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.