Inherits CISVAPIAsync.
Public Member Functions | |
~CCallInfo () | |
void | DoStartRequestL () |
Static Public Member Functions | |
static CCallInfo * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TCallInfoV1 | iCallInfoV1 |
CTelephony::TRemotePartyInfoV1 | iRemoteInfoV1 |
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.
CCallInfo::~CCallInfo | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 38 of file CCallInfo.cpp.
CCallInfo * CCallInfo::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
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.
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.