ChannelTrait.SkipChannelCommand.Request

class ChannelTrait.SkipChannelCommand.Request : ClusterStruct


The request payload for the SkipChannel command.

Summary

Nested types

Descriptor enum for this command's request fields.

Public constructors

Request(count: Short)

Creates a request payload for the SkipChannel command.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

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 functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

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.