CGetNetworkRegistrationStatusAct Class Reference

class CGetNetworkRegistrationStatusAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Inherits from

Constructor & Destructor Documentation

CGetNetworkRegistrationStatusAct(CTelephonyFunctions *)

CGetNetworkRegistrationStatusAct ( CTelephonyFunctions * aTelephonyFunctions ) [private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

~CGetNetworkRegistrationStatusAct()

~CGetNetworkRegistrationStatusAct ( )

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.

GetNetworkRegistrationStatus(TDes8 &)

void GetNetworkRegistrationStatus ( TDes8 & aId )

Issue Request

Parameters

TDes8 & aId

GetRegistrationStatus(const RMobilePhone::TMobilePhoneRegistrationStatus, CTelephony::TRegistrationStatus &)

void GetRegistrationStatus ( const RMobilePhone::TMobilePhoneRegistrationStatus aMMRegStatus,
CTelephony::TRegistrationStatus & aTelRegStatus
) [static]

Parameters

const RMobilePhone::TMobilePhoneRegistrationStatus aMMRegStatus
CTelephony::TRegistrationStatus & aTelRegStatus

NewL(CTelephonyFunctions *)

CGetNetworkRegistrationStatusAct * 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::TNetworkRegistrationV1 * iISVNetworkRegistration

CTelephony::TNetworkRegistrationV1 * iISVNetworkRegistration [private]

RMobilePhone::TMobilePhoneRegistrationStatus iMMNetworkRegistration

RMobilePhone::TMobilePhoneRegistrationStatus iMMNetworkRegistration [private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions * iTelephonyFunctions [private]