CNotifySignalStrengthAct Class Reference

class CNotifySignalStrengthAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Inherits from

Constructor & Destructor Documentation

CNotifySignalStrengthAct(CTelephonyFunctions *)

CNotifySignalStrengthAct ( CTelephonyFunctions * aTelephonyFunctions ) [private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

~CNotifySignalStrengthAct()

~CNotifySignalStrengthAct ( )

Member Functions Documentation

Complete()

void Complete ( ) [protected, virtual]

Service Completed request.

DoCancel()

void DoCancel ( ) [protected, virtual]

Cancel request.

Async request to dial is cancelled.

NewL(CTelephonyFunctions *)

CNotifySignalStrengthAct * NewL ( CTelephonyFunctions * aTelephonyFunctions ) [static]

Public constructor which can Leave().

leave
Leaves if no memory.

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

NotifySignalStrength(TDes8 &)

void NotifySignalStrength ( TDes8 & aId )

Parameters

TDes8 & aId

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

TInt8 iBar

TInt8 iBar [private]

CTelephony::TSignalStrengthV1 * iISVSignalStrength

CTelephony::TSignalStrengthV1 * iISVSignalStrength [private]

TInt32 iSignalStrength

TInt32 iSignalStrength [private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions * iTelephonyFunctions [private]