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 TEonStation

class TEonStation;

Description

Class representing a station broadcast as an Enhanced Other Networks station.

Members

Defined in TEonStation:


Member enumerations


Enum TField

TField

Description

Enumeration to indicate a subset of the members of class TEonStation. These values should be bitwise or'ed together to indicate which members belong in a set.

EProgrammeIdentifier

Indicates that member iProgrammeIdentifier is valid.

EStationName

Indicates that member iStationName is valid.

EProgrammeType

Indicates that member iProgrammeType is valid.

ETrafficProgramme

Indicates that member iTrafficProgramme is valid.

ETrafficAnnouncement

Indicates that member iTrafficAnnouncement is valid.

EProgrammeItemNumber

Indicates that member iProgrammeItemNumber is valid.

ENoFrequencies

Indicates that member iNoFrequencies is valid.

ENoMappedFrequencies

Indicates that member iNoMappedFrequencies is valid.

[Top]


Member data


iProgrammeIdentifier

TRdsProgrammeIdentifier iProgrammeIdentifier;

Description

The unique identifier of this station


iStationName

TRdsStationName iStationName;

Description

The textual name of this station


iProgrammeType

TRdsProgrammeType iProgrammeType;

Description

The current programme type (PTY) of this station


iTrafficProgramme

TBool iTrafficProgramme;

Description

Indicates if this station broadcasts traffic programmes


iTrafficAnnouncement

TBool iTrafficAnnouncement;

Description

Indicates if this station is currently broadcasting a traffic announcement


iProgrammeItemNumber

TRdsProgrammeItemNumber iProgrammeItemNumber;

Description

The programme item number (PIN) of the current broadcast on this station.


iNoFrequencies

TInt iNoFrequencies;

Description

The number of frequencies associated with this station. If this number is zero, it may be that the EON station uses the mapped frequencies method instead. See iNoMappedFrequencies.


iNoMappedFrequencies

TInt iNoMappedFrequencies;

Description

The number of mapped frequencies associated with this station. If this number is zero, it may be that the EON station uses a flat frequency list instead. See iNoFrequencies.


iValid

TUint32 iValid;

Description

Indicates the subset of fields of the class that are valid. Bits are set according to enumeration TEonStation::TField