Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Tuner.h>
This item is not part of the S60 5th Edition SDK

Class MMMSignalStrengthObserver

class MMMSignalStrengthObserver;

Description

This mixin class should be derived from by clients wishing to receive notifications when the signal strength changes. Such a client should call function CMMTunerUtility::NotifySignalStrength(MMMSignalStrengthObserver &).

Members

Defined in MMMSignalStrengthObserver:


Member functions


MssoSignalStrengthChanged(TInt)

virtual void MssoSignalStrengthChanged(TInt aNewSignalStrength)=0;

Description

Callback indicating that the signal strength has changed by an amount meriting a notification.

Parameters

TInt aNewSignalStrength

The new signal strength.