diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,192 +1,170 @@ - -
-Inherits CISVAPIAsync, and CISVAPIAsync.
-Public Member Functions | |
~CDialCall () | |
void | DoStartRequestL (const TDesC &aNumber) |
void | DoStartRequestL (const TDesC &aNumber) |
Static Public Member Functions | |
static CDialCall * | NewL (MExecAsync *aController) |
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 number passed as an argument to DoStartRequestL().
+Dials a call to the specifed number taken as an argument to DoStartRequestL()
--Dials a call to the specifed number taken as an argument to DoStartRequestL() -
Definition at line 30 of file CDialCall.h.
-Definition at line 30 of file CDialCall.h.
+CDialCall::~CDialCall | +CDialCall::~CDialCall | ( | -+ | ) | -+ |
Destructor. Cancels any outstanding requests.
+Destructor. Cancels outstanding requests.
--Destructor. Cancels any outstanding requests.
-Destructor. Cancels outstanding requests. -
Definition at line 37 of file CDialCall.cpp.
+Definition at line 37 of file CDialCall.cpp.
-
CDialCall * CDialCall::NewL | +CDialCall * CDialCall::NewL | ( | MExecAsync * | -aController | +aController | ) | - [static] |
+ [static] |
-Factory constructor.
-
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.
+Definition at line 25 of file CDialCall.cpp.
void CDialCall::DoStartRequestL | +void CDialCall::DoStartRequestL | ( | const TDesC & | -aNumber | +aNumber | ) | - [virtual] |
+ [virtual] |
-Sets the required parameters and starts dialling the call.
-
Sets the required parameters and starts dialling the call.
+aNumber | Phone number to dial. |
-
Makes a call to aNumber.
+aNumber | The number to dial |
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
-Definition at line 47 of file CDialCall.cpp.
+Definition at line 47 of file CDialCall.cpp.
void CDialCall::DoStartRequestL | +void CDialCall::DoStartRequestL | ( | const TDesC & | -aNumber | +aNumber | ) | - [virtual] |
+ [virtual] |
-Virtual function for completing the request to start. Empty method.
-
Virtual function for completing the request to start. Empty method.
+aNumber | Number to be used |
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
-
CTelephony::TCallId CDialCall::iCallId | +CTelephony::TCallId CDialCall::iCallId |
The ID of the call which will be made.
+Identifies the dialled call.
--The ID of the call which will be made.
-Identifies the dialled call. -
Definition at line 52 of file CDialCall.h.
+Definition at line 52 of file CDialCall.h.
-