CConnMonSignalStrengthChange Class Reference

#include <mw/rconnmon.h>

Link against: CONNMON.LIB

class CConnMonSignalStrengthChange : public CConnMonEventBase

Inherits from

Detailed Description

This event is triggered when signal strength changes. The connection ID passed in the event is a bearer specific connection ID (see TConnMonBearerId). This event is valid only for cellular (GPRS, WCDMA, etc.) bearers and not for other bearers, e.g. WLAN. The client must set KSignalStrengthThreshold to 1 to receive these events.

Constructor & Destructor Documentation

CConnMonSignalStrengthChange ( const TUint, const TInt )

CConnMonSignalStrengthChange(const TUintaConnectionId,
const TIntaSignalStrength
)

Constructor.

ParameterDescription
aConnectionIdConnection ID.
aSignalStrengthSignal strength in dBm.

~CConnMonSignalStrengthChange ( )

~CConnMonSignalStrengthChange()

Destructor.

Member Function Documentation

SignalStrength ( )

IMPORT_C TIntSignalStrength()const

Gets the signal strength.

Returns: Signal strength in dBm.