Inherits CISVAPIAsync, and CISVAPIAsync.
Public Member Functions | |
~CAnswerIncomingCall () | |
void | DoStartRequestL () |
void | DoStartRequestL () |
Static Public Member Functions | |
static CAnswerIncomingCall * | NewL (MExecAsync *aController) |
static CAnswerIncomingCall * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TCallId | iCallId |
CTelephony::TCallStatusV1 | iCallStatusV1 |
Answers the incoming call.
Answer the incoming call.
Definition at line 32 of file CAnswerIncomingCall.h.
CAnswerIncomingCall::~CAnswerIncomingCall | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 38 of file CAnswerIncomingCall.cpp.
CAnswerIncomingCall * CAnswerIncomingCall::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 25 of file CAnswerIncomingCall.cpp.
void CAnswerIncomingCall::DoStartRequestL | ( | ) | [virtual] |
Answers the call specified in iCallId.
Reimplemented from CISVAPIBase.
Definition at line 46 of file CAnswerIncomingCall.cpp.
void CAnswerIncomingCall::DoStartRequestL | ( | ) | [virtual] |
Virtual function for completing the request to start. Empty method.
Reimplemented from CISVAPIBase.
CTelephony::TCallId CAnswerIncomingCall::iCallId |
Stores the details of the incoming call.
Stores details of the incoming call.
Definition at line 53 of file CAnswerIncomingCall.h.
CTelephony::TCallStatusV1 CAnswerIncomingCall::iCallStatusV1 |
Stores the status of the incoming call.
Definition at line 57 of file CAnswerIncomingCall.h.