Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: Tuner.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TChannel

class TChannel;

Description

Class representing a digital radio channel.

Members

Defined in TChannel:
TChannel(), TChannel(), iChannel, operator!=(), operator>(), operator>=(), operator<(), operator<=(), operator==()


Construction and destruction


TChannel()

inline TChannel();

Description

Default constructor initialises the TChannel object to zero


TChannel()

inline TChannel(TInt aChannel);

Description

Initialises a TChannel object to the value passed in

Parameters

TInt aChannel

Initial value of the TChannel object

[Top]


Member functions


operator==()

inline TInt operator==(const TChannel &aChannel) const;

Description

Parameters

const TChannel &aChannel

Return value

TInt

non-zero if aChannel is equal to the value, zero otherwise


operator!=()

inline TInt operator!=(const TChannel &aChannel) const;

Description

Parameters

const TChannel &aChannel

Return value

TInt

non-zero if aChannel is not equal to the value, zero otherwise


operator>()

inline TInt operator>(const TChannel &aChannel) const;

Description

Parameters

const TChannel &aChannel

Return value

TInt

non-zero if the value is greater than aChannel, zero otherwise


operator>=()

inline TInt operator>=(const TChannel &aChannel) const;

Description

Parameters

const TChannel &aChannel

Return value

TInt

non-zero if the value is greater than or equal to aChannel, zero otherwise


operator<()

inline TInt operator<(const TChannel &aChannel) const;

Description

Parameters

const TChannel &aChannel

Return value

TInt

non-zero if the value is less than aChannel, zero otherwise


operator<=()

inline TInt operator<=(const TChannel &aChannel) const;

Description

Parameters

const TChannel &aChannel

Return value

TInt

non-zero if the value is less than or equal to aChannel, zero otherwise

[Top]


Member data


iChannel

TInt iChannel;

Description

The channel number