MVOMessageHandler Class Reference
#include <HNetMessageRegistrar.h>
Public Member Functions | |
MVOMessageHandler (HBaseView *hbaseview) | |
void | ProcessMessage (const char *message_type, const char *data, unsigned int data_length) |
Protected Attributes | |
HBaseView * | m_pHBaseView |
A pointer to an HBaseView object. | |
Detailed Description
MVOMessageHandler is a subclassed HNetMessageHandler that adds an HBaseView pointer.
Constructor & Destructor Documentation
◆ MVOMessageHandler()
|
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.
Member Function Documentation
◆ ProcessMessage()
|
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: