CGetIdentityServiceStatusAct Class Reference

class CGetIdentityServiceStatusAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Inherits from

Constructor & Destructor Documentation

CGetIdentityServiceStatusAct(CTelephonyFunctions *)

CGetIdentityServiceStatusAct ( CTelephonyFunctions * aTelephonyFunctions ) [private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

~CGetIdentityServiceStatusAct()

~CGetIdentityServiceStatusAct ( )

Destructor

Member Functions Documentation

Complete()

void Complete ( ) [protected, virtual]

Service Completed request.

DoCancel()

void DoCancel ( ) [protected, virtual]

Cancel request.

Async request to dial is cancelled.

GetIdentityServiceStatus(const CTelephony::TIdentityService, TDes8 &)

void GetIdentityServiceStatus ( const CTelephony::TIdentityService aService,
TDes8 & aId
)

Issue Request

Parameters

const CTelephony::TIdentityService aService
TDes8 & aId

NewL(CTelephonyFunctions *)

CGetIdentityServiceStatusAct * NewL ( CTelephonyFunctions * aTelephonyFunctions ) [static]

Public constructor which can Leave().

leave
Leaves if no memory.

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

RunError(TInt)

TInt RunError ( TInt aLeaveCode ) [protected, virtual]

Handle any Leave() from inside RunL() .

Parameters

TInt aLeaveCode passed in if RunL Leaves.

Member Data Documentation

CTelephony::TIdentityServiceV1 * iISVServiceStatus

CTelephony::TIdentityServiceV1 * iISVServiceStatus [private]

RMobilePhone::TMobilePhoneIdService iMMService

RMobilePhone::TMobilePhoneIdService iMMService [private]

RMobilePhone::TMobilePhoneIdServiceStatus iMMServiceStatus

RMobilePhone::TMobilePhoneIdServiceStatus iMMServiceStatus [private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions * iTelephonyFunctions [private]