CConnMonBearerChange Class Reference

#include <mw/rconnmon.h>

Link against: CONNMON.LIB

class CConnMonBearerChange : public CConnMonEventBase

Inherits from

Detailed Description

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.

Constructor & Destructor Documentation

CConnMonBearerChange ( const TUint, const TInt )

CConnMonBearerChange(const TUintaConnectionId,
const TIntaBearer
)

Constructor.

ParameterDescription
aConnectionIdConnection ID.
aBearerBearer.

~CConnMonBearerChange ( )

~CConnMonBearerChange()

Destructor.

Member Function Documentation

Bearer ( )

IMPORT_C TIntBearer()const

Gets the new bearer.

Returns: New bearer. Values are defined in TConnMonBearerType.