Channel.Command

enum Channel.Command : Enum


Descriptor enum for this trait's commands.

Summary

Enum Values

CancelRecordProgram

The cancelRecordProgram trait command.

ChangeChannel

The changeChannel trait command.

ChangeChannelByNumber

The changeChannelByNumber trait command.

GetProgramGuide

The getProgramGuide trait command.

RecordProgram

The recordProgram trait command.

SkipChannel

The skipChannel trait command.

Public functions

Channel.Command
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<Channel.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

UInt

Enum Values

CancelRecordProgram

val Channel.Command.CancelRecordProgramChannel.Command

The cancelRecordProgram trait command.

ChangeChannel

val Channel.Command.ChangeChannelChannel.Command

The changeChannel trait command.

ChangeChannelByNumber

val Channel.Command.ChangeChannelByNumberChannel.Command

The changeChannelByNumber trait command.

GetProgramGuide

val Channel.Command.GetProgramGuideChannel.Command

The getProgramGuide trait command.

RecordProgram

val Channel.Command.RecordProgramChannel.Command

The recordProgram trait command.

SkipChannel

val Channel.Command.SkipChannelChannel.Command

The skipChannel trait command.

Public functions

valueOf

fun valueOf(value: String): Channel.Command

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<Channel.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

tag

val tagUInt