#include <pv_2way_h324m_types.h>
Inheritance diagram for CPVUserInputAlphanumeric:
Public Methods | |
OSCL_IMPORT_REF | CPVUserInputAlphanumeric (uint8 *apInput, uint16 aLen) |
OSCL_IMPORT_REF | ~CPVUserInputAlphanumeric () |
OSCL_IMPORT_REF PV2WayUserInputType | GetType () |
OSCL_IMPORT_REF uint8 * | GetInput () |
OSCL_IMPORT_REF uint16 | GetLength () |
Protected Attributes | |
uint8 * | ipInput |
uint16 | iLength |
CPVUserInputAlphanumeric class contains an alphanumeric string from an H.245 UserInputIndication message.
|
Constructor of CPVUserInputAlphanumeric class.
|
|
Destructor. |
|
Return the user input alphanumeric user input
|
|
Return the size of alphanumeric user input
|
|
Virtual function to return the user input type Implements CPVUserInput. |
|
|
|
The input alphanumeric string. |