#include <mw/rconnmon.h>
class CConnMonBearerChange : public CConnMonEventBase |
Public Member Functions | |
---|---|
CConnMonBearerChange(const TUint, const TInt) | |
~CConnMonBearerChange() | |
IMPORT_C TInt | Bearer() |
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.
IMPORT_C TInt | Bearer | ( | ) | const |
Gets the new bearer.
Returns: New bearer. Values are defined in TConnMonBearerType.