CConnMonBearerChange Class Reference

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

Inherits from

Constructor & Destructor Documentation

CConnMonBearerChange(const TUint, const TInt)

CConnMonBearerChange(const TUintaConnectionId,
const TIntaBearer
)

Constructor.

Parameters

const TUint aConnectionIdConnection ID.
const TInt aBearerBearer.

~CConnMonBearerChange()

~CConnMonBearerChange()

Destructor.

Member Functions Documentation

Bearer()

IMPORT_C TIntBearer()const

Gets the new bearer.

Member Data Documentation

TInt iBearer

TInt iBearer[private]