Neo  0.5.0
Developer Documentation
Neo::Message Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

void* Neo::Message::data
std::string Neo::Message::message
unsigned int Neo::Message::messageId
std::string Neo::Message::sender

The documentation for this struct was generated from the following file: