CGetSubscriberIdAct Class Reference

class CGetSubscriberIdAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Inherits from

Constructor & Destructor Documentation

CGetSubscriberIdAct(CTelephonyFunctions *)

CGetSubscriberIdAct ( CTelephonyFunctions * aTelephonyFunctions ) [private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

~CGetSubscriberIdAct()

~CGetSubscriberIdAct ( )

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.

GetSubscriberId(TDes8 &)

void GetSubscriberId ( TDes8 & aId )

Issue Request

Parameters

TDes8 & aId

NewL(CTelephonyFunctions *)

CGetSubscriberIdAct * 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::TSubscriberIdV1 * iISVSubscriberIdV1

CTelephony::TSubscriberIdV1 * iISVSubscriberIdV1 [private]

RMobilePhone::TMobilePhoneSubscriberId iMMSubscriberId

RMobilePhone::TMobilePhoneSubscriberId iMMSubscriberId [private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions * iTelephonyFunctions [private]