CConnMonBearerInfoChange Class Reference

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

Inherits from

Constructor & Destructor Documentation

CConnMonBearerInfoChange(const TUint, const TInt)

CConnMonBearerInfoChange ( const TUint aConnectionId,
const TInt aBearerInfo
)

Constructor.

Parameters

const TUint aConnectionId Connection ID.
const TInt aBearerInfo Bearer information.

~CConnMonBearerInfoChange()

~CConnMonBearerInfoChange ( )

Destructor.

Member Functions Documentation

BearerInfo()

IMPORT_C TInt BearerInfo ( ) const

Gets the new bearer information. Values are defined in TConnMonBearerInfo.

Member Data Documentation

TInt iBearerInfo

TInt iBearerInfo [private]