class CConnMonBearerInfoChange : public CConnMonEventBase |
This event is triggered when there is a change in bearer information for an existing connection, or if the network mode changes e.g. from 2G to 3G. For connection specific events, the connection ID passed in the event is the respective connection specific ID, and for network level events, the connection ID is EBearerIdAll. The same connection level information can be retrieved with TInt attribute KBearerInfo. The bearer info values are defined in TConnMonBearerInfo.
Note: The client needs to set the TUint attribute KBearerGroupThreshold in order to receive these events. This also disables EConnMonBearerChange events.
CONNMON.LIB
Public Member Functions | |
---|---|
CConnMonBearerInfoChange(const TUint, const TInt) | |
~CConnMonBearerInfoChange() | |
IMPORT_C TInt | BearerInfo() |
Private Attributes | |
---|---|
TInt | iBearerInfo |
CConnMonBearerInfoChange | ( | const TUint | aConnectionId, |
const TInt | aBearerInfo | ||
) |
Constructor.
IMPORT_C TInt | BearerInfo | ( | ) | const |
Gets the new bearer information. Values are defined in TConnMonBearerInfo.
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.