CDialCall Class Reference

Inheritance diagram for CDialCall:

CISVAPIAsync CISVAPIAsync CISVAPIBase CISVAPIBase

List of all members.

Public Member Functions

 ~CDialCall ()
void DoStartRequestL (const TDesC &aNumber)
void DoStartRequestL (const TDesC &aNumber)

Static Public Member Functions

static CDialCallNewL (MExecAsync *aController)
static CDialCallNewL (MExecAsync *aController)

Public Attributes

CTelephony::TCallId iCallId


Detailed Description

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()

Definition at line 30 of file CDialCall.h.


Constructor & Destructor Documentation

CDialCall::~CDialCall (  ) 

Destructor. Cancels any outstanding requests.

Destructor. Cancels outstanding requests.

Definition at line 37 of file CDialCall.cpp.


Member Function Documentation

CDialCall * CDialCall::NewL ( MExecAsync aController  )  [static]

Factory constructor.

Parameters:
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
Returns:
Instance of CDialCall class
Factory constructor.

Parameters:
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
Returns:
Instance of CDialCall class

Definition at line 25 of file CDialCall.cpp.

void CDialCall::DoStartRequestL ( const TDesC &  aNumber  )  [virtual]

Sets the required parameters and starts dialling the call.

Parameters:
aNumber Phone number to dial.
Makes a call to aNumber.

Parameters:
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.

Parameters:
aNumber Number to be used

Reimplemented from CISVAPIBase.


Member Data Documentation

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.


Generated on Thu Jan 21 10:33:04 2010 for TB10.1 Example Applications by  doxygen 1.5.3