CDialNewCallAct Class Reference

class CDialNewCallAct : public CAsyncRequestBaseAct

Inherits from

Constructor & Destructor Documentation

CDialNewCallAct(CTelephonyFunctions *)

CDialNewCallAct(CTelephonyFunctions *aTelephonyFunctions)[private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

~CDialNewCallAct()

~CDialNewCallAct()

Destructor

Member Functions Documentation

Complete()

voidComplete()[protected, virtual]

Service Completed request.

leave
Leaves if System error.

DialNewCall(TDes8 &, const CTelephony::TTelNumber &, CTelephony::TCallId &, CTelephony::TCallId &)

voidDialNewCall(TDes8 &aId,
const CTelephony::TTelNumber &aTelNumber,
CTelephony::TCallId &aCallId,
CTelephony::TCallId &aTempCallId
)

Issue dial request

Parameters

TDes8 & aId
const CTelephony::TTelNumber & aTelNumber
CTelephony::TCallId & aCallId
CTelephony::TCallId & aTempCallId

DoCancel()

voidDoCancel()[protected, virtual]

Cancel request.

Async request to dial is cancelled.

NewL(CTelephonyFunctions *)

CDialNewCallAct *NewL(CTelephonyFunctions *aTelephonyFunctions)[static]

Public constructor which can Leave().

leave
Leaves if no memory.

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

RunError(TInt)

TInt RunError(TIntaLeaveCode)[protected, virtual]

Handle any Leave() from inside RunL().

Parameters

TInt aLeaveCodepassed in if RunL Leaves.

Member Data Documentation

CTelephony::TCallId * iCallId

CTelephony::TCallId *iCallId[private]

CTelephony::TCallParamsV1 * iISVcallParams

CTelephony::TCallParamsV1 *iISVcallParams[private]

RMobileCall::TEtel3rdPartyMobileCallParamsV1Pckg iMMCallParamsPckg

RMobileCall::TEtel3rdPartyMobileCallParamsV1Pckg iMMCallParamsPckg[private]

RMobileCall::TEtel3rdPartyMobileCallParamsV1 iMMcallParams

RMobileCall::TEtel3rdPartyMobileCallParamsV1 iMMcallParams[private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions *iTelephonyFunctions[private]

CTelephony::TCallId iTempCallId

CTelephony::TCallId iTempCallId[private]