MAgentNotify Class Reference

class MAgentNotify
Notification of events from the CAgentSMBase to the CStateMachineAgent
Note:

This class is part of a compatibility layer for porting agent extensions (.agx) from v6.1

This class was previously called MAgentObserver in v6.1

since v9.5. Use MCPRs/CPRs/SCPRs instead of agents.
Notification of events from the CAgentSMBase to the CStateMachineAgent
Note:

This class is part of a compatibility layer for porting agent extensions (.agx) from v6.1

This class was previously called MAgentObserver in v6.1

since v9.5. Use MCPRs/CPRs/SCPRs instead of agents.

Member Functions Documentation

ConnectionComplete(TInt, TInt)

void ConnectionComplete ( TInt aProgress,
TInt aError
) [pure virtual]

Parameters

TInt aProgress
TInt aError

ConnectionComplete(TInt)

void ConnectionComplete ( TInt aError ) [pure virtual]

Parameters

TInt aError

DisconnectComplete()

void DisconnectComplete ( ) [pure virtual]

IncomingConnectionReceived()

TInt IncomingConnectionReceived ( ) [pure virtual]

Notification(TAgentToNifEventType, TAny *)

TInt Notification ( TAgentToNifEventType aEvent,
TAny * aInfo
) [pure virtual]

Parameters

TAgentToNifEventType aEvent
TAny * aInfo

PreventConnectionRetries()

void PreventConnectionRetries ( ) [pure virtual]

ServiceStarted()

void ServiceStarted ( ) [pure virtual]

UpdateProgress(TInt, TInt)

void UpdateProgress ( TInt aProgress,
TInt aError
) [pure virtual]

Parameters

TInt aProgress
TInt aError