diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_call_info.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_call_info.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,153 @@ + +
+Public Member Functions | |
~CCallInfo () | |
void | DoStartRequestL () |
Static Public Member Functions | |
static CCallInfo * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TCallInfoV1 | iCallInfoV1 |
CTelephony::TRemotePartyInfoV1 | iRemoteInfoV1 |
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.
+ ++