class CConnMonConnectionActivityChange : public CConnMonEventBase |
This event is triggered when some connection changes from active to idle or vice versa. The client must set KActivityTimeThreshold to receive these events. KActivityTimeThreshold defines the period (in seconds) for checking wether the connection is active or not. The minimum allowed value is 5 seconds. The connection is considered active, if data has been passed during the last period, otherwise it is considered inactive. The same information can be retrieved with TBool attribute KConnectionActive.
CONNMON.LIB
Public Member Functions | |
---|---|
CConnMonConnectionActivityChange (const TUint , const TUint , const TBool ) | |
~CConnMonConnectionActivityChange () | |
IMPORT_C TBool | ConnectionActivity () |
IMPORT_C TUint | SubConnectionId () |
Private Attributes | |
---|---|
TBool | iActivity |
TUint | iSubConnectionId |
CConnMonConnectionActivityChange | ( | const TUint | aConnectionId, |
const TUint | aSubConnectionId, | ||
const TBool | aActivity | ||
) |
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.