|
SORTIE Core C++ Documentation
|
This is the structure for sending and receiving messages. More...
#include <Messages.h>
Public Attributes | |
| int | iMessageCode |
| Integer message code. More... | |
| std::string | sMoreInfo |
| String to hold additional information, if needed, according to the message code. More... | |
| std::string | sFunction |
| Function in which the error occurred - probably not for user consumption. More... | |
This is the structure for sending and receiving messages.
| int modelMsg::iMessageCode |
Integer message code.
See constants.
| std::string modelMsg::sFunction |
Function in which the error occurred - probably not for user consumption.
| std::string modelMsg::sMoreInfo |
String to hold additional information, if needed, according to the message code.
1.8.13