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 TRdsData

class TRdsData;

Description

This class represents the basic RDS data associated with an RDS station.

Members

Defined in TRdsData:


Construction and destruction


TRdsData()

inline TRdsData();

Description

Default constuctor for the RDS data class

[Top]


Member enumerations


Enum TField

TField

Description

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

EProgrammeIdentifier

Indicates the the member iPi is in a set

EStationName

Indicates the the member iPs is in a set

ETrafficProgramme

Indicates the the member iTp is in a set

ETrafficAnnouncement

Indicates the the member iTa is in a set

EProgrammeType

Indicates the the member iPty is in a set

EProgrammeTypeName

Indicates the the member iPtyn is in a set

EProgrammeItemNumber

Indicates the the member iPin is in a set

EMusicSpeech

Indicates the the member iMs is in a set

EBroadcastLanguage

Indicates the the member iBroadcastLanguage is in a set

EExtendedCountryCode

Indicates the the member iEcc is in a set

[Top]


Member data


KAllRdsData

const TUint32 KAllRdsData=( EProgrammeIdentifier | EStationName | ETrafficProgramme | ETrafficAnnouncement
                                        | EProgrammeType | EProgrammeTypeName | EProgrammeItemNumber | EMusicSpeech
                                        | EBroadcastLanguage | EExtendedCountryCode );

Description

A value indicating a set containing all RDS data encapsulated by class TRdsData.


iPi

TRdsProgrammeIdentifier iPi;

Description

Programme Identifier of the station


iPs

TRdsStationName iPs;

Description

Programme Station name of the station


iTp

TBool iTp;

Description

Value of the Traffic Programme flag of the station


iTa

TBool iTa;

Description

Value of the Traffic Announcement flag of the station


iPty

TRdsProgrammeType iPty;

Description

Programme Type of the station


iPtyn

TRdsProgrammeTypeName iPtyn;

Description

Programme Type Name of the station


iPin

TRdsProgrammeItemNumber iPin;

Description

Programme Item Number of the station


iMs

TBool iMs;

Description

Value of the Music Speech flag of the station. EFalse indicates the speech is being broadcast at present. ETrue indicates that music is being broadcast, or that the flag is not in use by the broadcaster.


iBroadcastLanguage

TRdsLanguageIdentifier iBroadcastLanguage;

Description

The current language of the broadcast


iEcc

TRdsCountryCode iEcc;

Description

The Extended Country Code of the station