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 TEonMappedFrequency

class TEonMappedFrequency;

Description

Mapped frequencies can be broadcast as a part of the EON information. They relate the current tuning frequency with the frequency which the referred EON station will be broadcast on.

Members

Defined in TEonMappedFrequency:


Construction and destruction


TEonMappedFrequency(TFrequency,TFrequency)

inline TEonMappedFrequency(TFrequency aTuningFrequency, TFrequency aMappedFrequency);

Description

Parameters

TFrequency aTuningFrequency

- intial frequency

TFrequency aMappedFrequency

[Top]


Member data


iTuningFrequency

TFrequency iTuningFrequency;

Description

The current tuning frequency, relating to the station broadcasting the EON informarion.


iMappedFrequency

TFrequency iMappedFrequency;

Description

The mapped frequency. If iTunedFrequency matches the currently tuned frequency, the EON station will be broadcast on this frequency.