CGetSignalStrengthAct Class Reference

class CGetSignalStrengthAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Inherits from

Constructor & Destructor Documentation

CGetSignalStrengthAct(CTelephonyFunctions *)

CGetSignalStrengthAct(CTelephonyFunctions *aTelephonyFunctions)[private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

~CGetSignalStrengthAct()

~CGetSignalStrengthAct()

Destructor

Member Functions Documentation

Complete()

voidComplete()[protected, virtual]

Service Completed request.

DoCancel()

voidDoCancel()[protected, virtual]

Cancel request.

Async request to dial is cancelled.

GetSignalStrength(TDes8 &)

voidGetSignalStrength(TDes8 &aId)

Issue Request

Parameters

TDes8 & aId

NewL(CTelephonyFunctions *)

CGetSignalStrengthAct *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

TInt8 iBar

TInt8 iBar[private]

CTelephony::TSignalStrengthV1 * iISVSignalStrength

CTelephony::TSignalStrengthV1 *iISVSignalStrength[private]

TInt32 iSignalStrength

TInt32 iSignalStrength[private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions *iTelephonyFunctions[private]