CConnMonEventHandler Class Reference

class CConnMonEventHandler : public CActive

Inherits from

Constructor & Destructor Documentation

CConnMonEventHandler(MConnectionMonitorObserver *, RConnectionMonitor &)

CConnMonEventHandler(MConnectionMonitorObserver *aObserver,
RConnectionMonitor &aSession
)

Parameters

MConnectionMonitorObserver * aObserver
RConnectionMonitor & aSession

~CConnMonEventHandler()

~CConnMonEventHandler()

Member Functions Documentation

Construct()

voidConstruct()

Continue(MConnectionMonitorObserver *)

voidContinue(MConnectionMonitorObserver *aObserver)

Continues receiving events.

Parameters

MConnectionMonitorObserver * aObserverThe event observer implemented by the client.

DoCancel()

voidDoCancel()[private, virtual]

From CActive Cancels the request from the server.

Pause()

voidPause()

Pauses receiving events.

ReceiveNotification()

voidReceiveNotification()

Requests a new event from the server.

RunL()

voidRunL()[private, virtual]

From CActive Handles the event that has arrived from the server.

Member Data Documentation

TPtr8 iBuf

TPtr8 iBuf[private]

CConnMonEventBase * iConnMonEvent

CConnMonEventBase *iConnMonEvent[private]

TEventInfo iEventInfo

TEventInfo iEventInfo[private]

TConnMonExtraBuf iExtraBuf

TConnMonExtraBuf iExtraBuf[private]

MConnectionMonitorObserver * iObserver

MConnectionMonitorObserver *iObserver[private]

TBool iPause

TBool iPause[private]

RConnectionMonitor & iSession

RConnectionMonitor &iSession[private]