struct Matter::Cluster::GroupKeyManagementCluster::KeySetReadAllIndicesResponse

Overview

KeySetReadAllIndices command response Returns list of all key set IDs for the accessing fabric Matter Core Spec ยง11.2.8.4

Defined in:

matter/cluster/group_key_management_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(group_key_set_i_ds : Array(UInt16) = [] of UInt16) #

[View source]

Instance Method Detail

def group_key_set_i_ds : Array(UInt16) #

[View source]
def group_key_set_i_ds=(group_key_set_i_ds : Array(UInt16)) #

[View source]