ChannelTrait.SkipChannelCommand.Request

class ChannelTrait.SkipChannelCommand.Request


The request payload for the SkipChannel command.

Summary

Public constructors

Request(count: Short)

Creates a request payload for the SkipChannel command.

Public properties

Short

When positive, count specifies the number of steps to increase the current channel number.

Public constructors

Request

Request(count: Short = 0)

Creates a request payload for the SkipChannel command.

Public properties

count

val countShort

When positive, count specifies the number of steps to increase the current channel number. When negative, it specifies the number of steps to decrease the current channel number.