#include <pv_common_types.h>
Inheritance diagram for CPVCmnAsyncEvent:
Public Methods | |
CPVCmnAsyncEvent (TPVCmnEventType aEventType, TPVCmnExclusivePtr aExclusivePtr, const uint8 *aLocalBuffer=NULL, uint32 aLocalBufSize=0, TPVCmnResponseType aResponseType=NULL) | |
~CPVCmnAsyncEvent () | |
TPVCmnEventType | GetEventType () const |
void | GetEventData (TPVCmnExclusivePtr &aPtr) const |
uint8 * | GetLocalBuffer () |
Protected Attributes | |
TPVCmnEventType | iEventType |
TPVCmnExclusivePtr | iExclusivePtr |
uint8 | iLocalBuffer [PV_COMMON_ASYNC_EVENT_LOCAL_BUF_SIZE] |
CPVCmnAsyncEvent is the base class used to pass unsolicited error and informational indications to the user. Additional information can be tagged based on the specific event
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|