|
Neo
0.5.0
Developer Documentation
|
The Message struct contains methods and data necessary to transmit an useful message. More...
#include <Messenger.h>
Public Attributes | |
| std::string | message |
| std::string | sender |
| unsigned int | messageId |
| void * | data |
The Message struct contains methods and data necessary to transmit an useful message.
It stores the sender ID, a message string and a message ID.
| void* Neo::Message::data |
| std::string Neo::Message::message |
| unsigned int Neo::Message::messageId |
| std::string Neo::Message::sender |