struct Matter::Cluster::GroupKeyManagementCluster::KeySetReadResponse

Overview

KeySetRead command response Returns the key set without actual key material (secure) Matter Core Spec ยง11.2.8.2

Defined in:

matter/cluster/group_key_management_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(group_key_set : GroupKeySetStruct) #

[View source]

Instance Method Detail

def group_key_set : GroupKeySetStruct #

[View source]
def group_key_set=(group_key_set : GroupKeySetStruct) #

[View source]