#include <HNetMessageRegistrar.h>
MVOMessageHandler is a subclassed HNetMessageHandler that adds an HBaseView pointer.
MVOMessageHandler::MVOMessageHandler |
( |
HBaseView * |
hbaseview | ) |
|
|
inline |
This constructor accepts a pointer to an HBaseView object.
- Parameters
-
hbaseview | A pointer to the HBaseView object associated with this message handler. |
References m_pHBaseView.
void MVOMessageHandler::ProcessMessage |
( |
const char * |
message_type, |
|
|
const char * |
data, |
|
|
unsigned int |
data_length |
|
) |
| |
|
inline |
This method passes the message data to the appropriate function in your application.
- Parameters
-
message_type | A character pointer denoting the type of message. |
data | A character pointer denoting the message data. |
data_length | An unsigned int indicating the length of the data in bytes. |
The documentation for this class was generated from the following file: