#include <pv_engine_observer_message.h>
Public Methods | |
PVCmdResponse (PVCommandId aId, OsclAny *aContext, PVMFStatus aStatus, OsclAny *aEventData=NULL, int32 aEventDataSize=0) | |
PVCmdResponse (PVCommandId aId, OsclAny *aContext, PVMFStatus aStatus, PVInterface *aEventExtInterface=NULL, OsclAny *aEventData=NULL, int32 aEventDataSize=0) | |
PVResponseType | GetResponseType () const |
PVCommandId | GetCmdId () const |
OsclAny * | GetContext () const |
PVMFStatus | GetCmdStatus () const |
OsclAny * | GetResponseData () const |
int32 | GetResponseDataSize () const |
PVCmdResponse class is used to pass completion status on previously issued commands
|
Constructor for PVCmdResponse |
|
Constructor with event extension interface |
|
|
|
|
|
|
|
WILL BE DEPRECATED WHEN PVMFCmdResp REMOVES EVENT DATA
|
|
|
|
WILL BE DEPRECATED SINCE IT IS NOT BEING USED. CURRENTLY RETURNS 0
|