CConnMonGenericEvent Class Reference

#include <mw/rconnmon.h>

Link against: CONNMON.LIB

class CConnMonGenericEvent : public CConnMonEventBase

Inherits from

Detailed Description

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

Constructor & Destructor Documentation

CConnMonGenericEvent ( const TUint, const TUint, TAny * )

CConnMonGenericEvent(const TUintaType,
const TUintaConnectionId,
TAny *aData
)

Constructor.

ParameterDescription
aTypeEvent type.
aConnectionIdConnection ID.
aDataPointer to the event data.

~CConnMonGenericEvent ( )

~CConnMonGenericEvent()

Destructor.

Member Function Documentation

Data ( )

IMPORT_C TAny *Data()const

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

Returns: Pointer to the event data.