CConnMonDownlinkDataThreshold Class Reference

class CConnMonDownlinkDataThreshold : public CConnMonEventBase

This event is triggered when there is a sufficient change in the volume of downlink data for a specific connection. The event is sent each time a client specified amount (KDownlinkDataThreshold) of new data has been sent. If another ConnMon client has requested for these events for the same connection, the smallest threshold value will be used globally. If KDownlinkDataThreshold is 0 (default), events will not be sent for that connection. To prevent rapid flooding of these events, different bearers have appropriate minimum threshold values which will be used to override too small thresholds when necessary.

CONNMON.LIB

Inherits from

Constructor & Destructor Documentation

CConnMonDownlinkDataThreshold(const TUint, const TUint, const TUint)

CConnMonDownlinkDataThreshold ( const TUint aConnectionId,
const TUint aSubConnectionId,
const TUint aDownlinkData
)

Constructor.

Parameters

const TUint aConnectionId Connection ID.
const TUint aSubConnectionId Subconnection ID.
const TUint aDownlinkData Downlink data volume.

~CConnMonDownlinkDataThreshold()

~CConnMonDownlinkDataThreshold ( )

Destructor.

Member Functions Documentation

DownlinkData()

IMPORT_C TUint DownlinkData ( ) const

Gets the downlink data volume.

SubConnectionId()

IMPORT_C TUint SubConnectionId ( ) const

Gets the subconnection ID.

Member Data Documentation

TUint iDownlinkData

TUint iDownlinkData [private]

TUint iSubConnectionId

TUint iSubConnectionId [private]