CGetPhoneIdAct Class Reference

class CGetPhoneIdAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Inherits from

Constructor & Destructor Documentation

CGetPhoneIdAct(CTelephonyFunctions *)

CGetPhoneIdAct(CTelephonyFunctions *aTelephonyFunctions)[private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

~CGetPhoneIdAct()

~CGetPhoneIdAct()

Destructor

Member Functions Documentation

Complete()

voidComplete()[protected, virtual]

Service Completed request.

DoCancel()

voidDoCancel()[protected, virtual]

Cancel request.

Async request to dial is cancelled.

GetPhoneId(TDes8 &)

voidGetPhoneId(TDes8 &aId)

Issue Request

Parameters

TDes8 & aId

NewL(CTelephonyFunctions *)

CGetPhoneIdAct *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::TPhoneIdV1 * iISVphoneId

CTelephony::TPhoneIdV1 *iISVphoneId[private]

RMobilePhone::TMobilePhoneIdentityV1 iMMphoneId

RMobilePhone::TMobilePhoneIdentityV1 iMMphoneId[private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions *iTelephonyFunctions[private]