CDialCall Class Reference

Inherits CISVAPIAsync, and CISVAPIAsync.

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 45 of file CDialCall.h.


Constructor & Destructor Documentation

CDialCall::~CDialCall (  ) 

Destructor. Cancels any outstanding requests.

Destructor. Cancels outstanding requests.

Definition at line 52 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

Definition at line 40 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 62 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 67 of file CDialCall.h.


Generated by  doxygen 1.6.2