CConnMonUplinkDataThreshold Class Reference

class CConnMonUplinkDataThreshold : public CConnMonEventBase

This event is triggered when there is a sufficient change in the volume of uplink data for a specific connection. The event is sent each time a client specified amount (KUplinkDataThreshold) of new data has been received. If another ConnMon client has requested for these events for the same connection, the smallest threshold value will be used globally. If KUplinkDataThreshold 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

CConnMonUplinkDataThreshold(const TUint, const TUint, const TUint)

CConnMonUplinkDataThreshold(const TUintaConnectionId,
const TUintaSubConnectionId,
const TUintaUplinkData
)

Constructor.

Parameters

const TUint aConnectionIdConnection ID.
const TUint aSubConnectionIdSubconnection ID.
const TUint aUplinkDataUplink data volume.

~CConnMonUplinkDataThreshold()

~CConnMonUplinkDataThreshold()

Destructor.

Member Functions Documentation

SubConnectionId()

IMPORT_C TUintSubConnectionId()const

Gets the subconnection ID.

UplinkData()

IMPORT_C TUintUplinkData()const

Gets the uplink data volume.

Member Data Documentation

TUint iSubConnectionId

TUint iSubConnectionId[private]

TUint iUplinkData

TUint iUplinkData[private]