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 TChannel

class TChannel;

Description

Class representing a digital radio channel.

Members

Defined in TChannel:


Construction and destruction


TChannel()

inline TChannel();

Description

Default constructor initialises the TChannel object to zero


TChannel(TInt)

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==(const TChannel &)const

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!=(const TChannel &)const

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>(const TChannel &)const

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>=(const TChannel &)const

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<(const TChannel &)const

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<=(const TChannel &)const

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