CConnMonGenericEvent Class Reference

class CConnMonGenericEvent : public CConnMonEventBase

This event is triggered when a plug-in sends a bearer specific event that is unknown to ConnMon.

CONNMON.LIB

Inherits from

Constructor & Destructor Documentation

CConnMonGenericEvent(const TUint, const TUint, TAny *)

CConnMonGenericEvent ( const TUint aType,
const TUint aConnectionId,
TAny * aData
)

Constructor.

Parameters

const TUint aType Event type.
const TUint aConnectionId Connection ID.
TAny * aData Pointer to the event data.

~CConnMonGenericEvent()

~CConnMonGenericEvent ( )

Destructor.

Member Functions Documentation

Data()

IMPORT_C TAny * Data ( ) const

Gets a pointer to the event data. The pointer is valid only inside EventL().

Member Data Documentation

TAny * iData

TAny * iData [private]