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 @@ + + +TB10.1 Example Applications: CCallInfo Class Reference + + + + +

CCallInfo Class Reference

+Inheritance diagram for CCallInfo:
+
+ +

+ +CISVAPIAsync +CISVAPIBase + +
+ +

+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 on Thu Jan 21 10:33:03 2010 for TB10.1 Example Applications by  + +doxygen 1.5.3
+ +