CCallInfo Class Reference

Inherits CISVAPIAsync.

List of all members.

Public Member Functions

 ~CCallInfo ()
void DoStartRequestL ()

Static Public Member Functions

static CCallInfoNewL (MExecAsync *aController)

Public Attributes

CTelephony::TCallInfoV1 iCallInfoV1
CTelephony::TRemotePartyInfoV1 iRemoteInfoV1

Detailed Description

Retrieves information regarding the current call including the number to be traversed with. Can be notified on change.

Definition at line 33 of file CCallInfo.h.


Constructor & Destructor Documentation

CCallInfo::~CCallInfo (  ) 

Destructor. Cancels outstanding requests.

Definition at line 38 of file CCallInfo.cpp.


Member Function Documentation

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

Factory constructor.

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

Definition at line 25 of file CCallInfo.cpp.

void CCallInfo::DoStartRequestL (  )  [virtual]

Gets the current call's information, stores the details in the iCallInfoV1Pckg and iRemoteInfoV1Pckg packages and displays the details to the console.

Reimplemented from CISVAPIBase.

Definition at line 47 of file CCallInfo.cpp.


Member Data Documentation

CTelephony::TCallInfoV1 CCallInfo::iCallInfoV1

Stores general information about the call.

Definition at line 55 of file CCallInfo.h.

CTelephony::TRemotePartyInfoV1 CCallInfo::iRemoteInfoV1

Stores information about the remote party of iCallInfoV1.

Definition at line 59 of file CCallInfo.h.


Generated by  doxygen 1.6.2