struct Matter::Cluster::ScenesManagementCluster::ExtensionFieldSet

Overview

Extension field set for scene data

Defined in:

matter/cluster/scenes_management_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cluster_id : UInt32, attribute_value_list : Array(Tuple(UInt32, Slice(UInt8))) = [] of Tuple(UInt32, Bytes)) #

[View source]

Instance Method Detail

def attribute_value_list : Array(Tuple(UInt32, Bytes)) #

[View source]
def attribute_value_list=(attribute_value_list : Array(Tuple(UInt32, Bytes))) #

[View source]
def cluster_id : UInt32 #

[View source]
def cluster_id=(cluster_id : UInt32) #

[View source]