diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,192 @@ + +
+Public Member Functions | |
~CDialCall () | |
void | DoStartRequestL (const TDesC &aNumber) |
void | DoStartRequestL (const TDesC &aNumber) |
Static Public Member Functions | |
static CDialCall * | NewL (MExecAsync *aController) |
+static CDialCall * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TCallId | iCallId |
+Dials a call to the specifed number taken as an argument to DoStartRequestL() +
Definition at line 30 of file CDialCall.h.
+CDialCall::~CDialCall | +( | ++ | ) | ++ |
+Destructor. Cancels any outstanding requests.
+Destructor. Cancels outstanding requests. +
Definition at line 37 of file CDialCall.cpp.
+ ++
CDialCall * CDialCall::NewL | +( | +MExecAsync * | +aController | +) | + [static] |
+
+Factory constructor.
+
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
+
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 25 of file CDialCall.cpp.
+ +void CDialCall::DoStartRequestL | +( | +const TDesC & | +aNumber | +) | + [virtual] |
+
+Sets the required parameters and starts dialling the call.
+
aNumber | Phone number to dial. |
+
aNumber | The number to dial |
Reimplemented from CISVAPIBase.
+ +Definition at line 47 of file CDialCall.cpp.
+ +void CDialCall::DoStartRequestL | +( | +const TDesC & | +aNumber | +) | + [virtual] |
+
+Virtual function for completing the request to start. Empty method.
+
aNumber | Number to be used |
Reimplemented from CISVAPIBase.
+ ++
CTelephony::TCallId CDialCall::iCallId | +
+The ID of the call which will be made.
+Identifies the dialled call. +
Definition at line 52 of file CDialCall.h.
+ ++