[ROOT] --> C-Client
A mechanism for outputting messages to the client
PEClientErrorMsg
PEFatalErrorMsg
PEGatewayErrorMsg
PEInternalErrorMsg
PEOutputMsg
PEPCREAPIErrorMsg
PEServerErrorMsg
void ( * PEOutputMsg ) ( const char * msg )
Output a message
| msg | The message to be output. |
void ( * PEFatalErrorMsg ) ( const char * msg )
Output a fatal error message.
| msg | The message to be output. |
void ( * PEInternalErrorMsg ) ( const char * msg )
Output an internal error message.
| msg | The message to be output. |
void ( * PEServerErrorMsg ) ( const char * msg )
Output a server error message.
| msg | The message to be output. |
void ( * PEClientErrorMsg ) ( const char * msg )
Output a client error message.
| msg | The message to be output. |
void ( * PEPCREAPIErrorMsg ) ( const char * msg )
Output an API error message.
| msg | The message to be output. |
void ( * PEGatewayErrorMsg ) ( const char * msg )
Output a gateway error message.
| msg | The message to be output. |