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()

void Construct ( )

Continue(MConnectionMonitorObserver *)

void Continue ( MConnectionMonitorObserver * aObserver )

Continues receiving events.

Parameters

MConnectionMonitorObserver * aObserver The event observer implemented by the client.

DoCancel()

void DoCancel ( ) [private, virtual]

From CActive Cancels the request from the server.

Pause()

void Pause ( )

Pauses receiving events.

ReceiveNotification()

void ReceiveNotification ( )

Requests a new event from the server.

RunL()

void RunL ( ) [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]