CConnMonBearerInfoChange Class Reference

#include <mw/rconnmon.h>

Link against: CONNMON.LIB

class CConnMonBearerInfoChange : public CConnMonEventBase

Inherits from

Detailed Description

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.

Constructor & Destructor Documentation

CConnMonBearerInfoChange ( const TUint, const TInt )

CConnMonBearerInfoChange(const TUintaConnectionId,
const TIntaBearerInfo
)

Constructor.

ParameterDescription
aConnectionIdConnection ID.
aBearerInfoBearer information.

~CConnMonBearerInfoChange ( )

~CConnMonBearerInfoChange()

Destructor.

Member Function Documentation

BearerInfo ( )

IMPORT_C TIntBearerInfo()const

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

Returns: New bearer information.