ChannelTrait.ChangeChannelByNumberCommand.Request

class ChannelTrait.ChangeChannelByNumberCommand.Request


The request payload for the ChangeChannelByNumber command.

Summary

Public constructors

Request(majorNumber: UShort, minorNumber: UShort)

Creates a request payload for the ChangeChannelByNumber command.

Public properties

UShort

The channel major number value to which the channel should change, in ATSC format.

UShort

The channel minor number value to which the channel should change, in ATSC format.

Public constructors

Request

Request(majorNumber: UShort, minorNumber: UShort)

Creates a request payload for the ChangeChannelByNumber command.

Public properties

majorNumber

val majorNumberUShort

The channel major number value to which the channel should change, in ATSC format.

minorNumber

val minorNumberUShort

The channel minor number value to which the channel should change, in ATSC format.