CNotifyCurrentNetworkInfoAct Class Reference

class CNotifyCurrentNetworkInfoAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel. Its use is for posting notification requests on current network information changes.

Inherits from

Constructor & Destructor Documentation

CNotifyCurrentNetworkInfoAct(CTelephonyFunctions *)

CNotifyCurrentNetworkInfoAct(CTelephonyFunctions *aTelephonyFunctions)[private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

~CNotifyCurrentNetworkInfoAct()

~CNotifyCurrentNetworkInfoAct()

Destructor

Member Functions Documentation

Complete()

voidComplete()[protected, virtual]

Service Completed request.

DoCancel()

voidDoCancel()[protected, virtual]

Cancel request.

Async request to dial is cancelled.

NewL(CTelephonyFunctions *)

CNotifyCurrentNetworkInfoAct *NewL(CTelephonyFunctions *aTelephonyFunctions)[static]

Public constructor which can Leave().

leave
Leaves if no memory.

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

NotifyCurrentNetworkInfo(TDes8 &)

voidNotifyCurrentNetworkInfo(TDes8 &aPckg)

Issue Request

Parameters

TDes8 & aPckg

RunError(TInt)

TInt RunError(TIntaLeaveCode)[protected, virtual]

Handle any Leave() from inside RunL().

Parameters

TInt aLeaveCodepassed in if RunL Leaves.

Member Data Documentation

CTelephony::TEtelISVType * iISVNetworkInfo

CTelephony::TEtelISVType *iISVNetworkInfo[private]

RMobilePhone::TMobilePhoneLocationAreaV1 iMMArea

RMobilePhone::TMobilePhoneLocationAreaV1 iMMArea[private]

RMobilePhone::TMobilePhoneNetworkInfoV2 iMMNetworkInfo

RMobilePhone::TMobilePhoneNetworkInfoV2 iMMNetworkInfo[private]

RMobilePhone::TMobilePhoneNetworkInfoV2Pckg iMMNetworkInfoPckg

RMobilePhone::TMobilePhoneNetworkInfoV2Pckg iMMNetworkInfoPckg[private]

TInt iPostedIPC

TInt iPostedIPC[private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions *iTelephonyFunctions[private]