class CConnMonBearerChange : public CConnMonEventBase |
This event is triggered when bearer type (GPRS/EdgeGPRS/WCDMA) changes. The connection ID passed in the event is a bearer specific connection ID, either EBearerIdGPRS or EBearerIdWCDMA (see TConnMonBearerId). The new bearer passed in the event can be EBearerGPRS, EBearerEdgeGPRS or EBearerWCDMA (see TConnMonBearerType). The same information can be retrieved with TInt attribute KBearer.
Note: If TUint attribute KBearerGroupThreshold is set, these events are disabled and events EConnMonBearerInfoChange and EConnMonBearerGroupChange are used instead. Use these events, for example, if HSDPA related information is required.
CONNMON.LIB
Public Member Functions | |
---|---|
CConnMonBearerChange(const TUint, const TInt) | |
~CConnMonBearerChange() | |
IMPORT_C TInt | Bearer() |
Private Attributes | |
---|---|
TInt | iBearer |
CConnMonBearerChange | ( | const TUint | aConnectionId, |
const TInt | aBearer | ||
) |
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.