CAnswerIncomingCall Class Reference

Inherits CISVAPIAsync, and CISVAPIAsync.

List of all members.

Public Member Functions

 ~CAnswerIncomingCall ()
void DoStartRequestL ()
void DoStartRequestL ()

Static Public Member Functions

static CAnswerIncomingCallNewL (MExecAsync *aController)
static CAnswerIncomingCallNewL (MExecAsync *aController)

Public Attributes

CTelephony::TCallId iCallId
CTelephony::TCallStatusV1 iCallStatusV1

Detailed Description

Answers the incoming call.

Answer the incoming call.

Definition at line 47 of file CAnswerIncomingCall.h.


Constructor & Destructor Documentation

CAnswerIncomingCall::~CAnswerIncomingCall (  ) 

Destructor. Cancels outstanding requests.

Definition at line 53 of file CAnswerIncomingCall.cpp.


Member Function Documentation

CAnswerIncomingCall * CAnswerIncomingCall::NewL ( MExecAsync aController  )  [static]

Factory constructor.

Parameters:
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
Returns:
Instance of CAnswerIncomingCall class

Definition at line 40 of file CAnswerIncomingCall.cpp.

void CAnswerIncomingCall::DoStartRequestL (  )  [virtual]

Answers the call specified in iCallId.

Reimplemented from CISVAPIBase.

Definition at line 61 of file CAnswerIncomingCall.cpp.

void CAnswerIncomingCall::DoStartRequestL (  )  [virtual]

Virtual function for completing the request to start. Empty method.

Reimplemented from CISVAPIBase.


Member Data Documentation

CTelephony::TCallId CAnswerIncomingCall::iCallId

Stores the details of the incoming call.

Stores details of the incoming call.

Definition at line 68 of file CAnswerIncomingCall.h.

CTelephony::TCallStatusV1 CAnswerIncomingCall::iCallStatusV1

Stores the status of the incoming call.

Definition at line 72 of file CAnswerIncomingCall.h.


Generated by  doxygen 1.6.2