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
Public Member Functions | |
---|---|
CConnMonUplinkDataThreshold (const TUint , const TUint , const TUint ) | |
~CConnMonUplinkDataThreshold () | |
IMPORT_C TUint | SubConnectionId () |
IMPORT_C TUint | UplinkData () |
Private Attributes | |
---|---|
TUint | iSubConnectionId |
TUint | iUplinkData |
CConnMonUplinkDataThreshold | ( | const TUint | aConnectionId, |
const TUint | aSubConnectionId, | ||
const TUint | aUplinkData | ||
) |
Constructor.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.