Rubeus::Message struct

Declares the message objects that systems use to communicate.

Constructors, destructors, conversion operators

Message(RMasterComponent* receiver, std::string command, var data = NULL)
Constructor.
~Message()
Destructor.

Public variables

RMasterComponent* m_Receiver
The receiver's address.
std::string m_Command
The type of this message.
var m_Data
The data union to be sent with this message.

Function documentation

Rubeus::Message::Message(RMasterComponent* receiver, std::string command, var data = NULL)

Constructor.

Parameters
receiver The receiver's address.
command
data The data to be transmitted.