#include <pv_engine_observer_message.h>
Public Methods | |
PVAsyncErrorEvent (PVEventType aEventType, PVExclusivePtr aEventData=NULL, uint8 *aLocalBuffer=NULL, int32 aLocalBufferSize=0) | |
PVAsyncErrorEvent (PVEventType aEventType, OsclAny *aContext, PVInterface *aEventExtInterface, PVExclusivePtr aEventData=NULL, uint8 *aLocalBuffer=NULL, int32 aLocalBufferSize=0) | |
~PVAsyncErrorEvent () | |
PVResponseType | GetResponseType () const |
PVEventType | GetEventType () const |
void | GetEventData (PVExclusivePtr &aPtr) const |
PVAsyncErrorEvent is used to pass unsolicited error indications to the user. Additional information can be tagged based on the specific event
|
Constructor for PVAsyncErrorEvent |
|
Constructor with context and event extension interface |
|
Destructor |
|
|
|
|
|
WILL BE DEPRECATED SINCE IT IS NOT BEING USED. CURRENTLY RETURNING 0.
|