struct Matter::Cluster::Definitions::Channel::SkipChannelRequest

Overview

Input to the Channel skipChannel command

Included Modules

Defined in:

matter/cluster/definitions/channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]

Instance Method Detail

def count : UInt16 #

This shall indicate the number of steps to increase (Count is positive) or decrease (Count is negative) the current channel.


[View source]
def count=(count : UInt16) #

This shall indicate the number of steps to increase (Count is positive) or decrease (Count is negative) the current channel.


[View source]