struct Matter::Cluster::GroupKeyManagementCluster::GroupKeyMapStruct

Overview

Group Key Map entry Maps a group ID to a key set ID within a fabric Matter Core Spec ยง11.2.6.4

Defined in:

matter/cluster/group_key_management_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(group_id : UInt16, group_key_set_id : UInt16, fabric_index : UInt8 = 0) #

[View source]

Instance Method Detail

def fabric_index : UInt8 #

Fabric index for isolation (automatically set by cluster)


[View source]
def fabric_index=(fabric_index : UInt8) #

Fabric index for isolation (automatically set by cluster)


[View source]
def group_id : UInt16 #

Group identifier (1-65535, 0 is invalid)


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

Group identifier (1-65535, 0 is invalid)


[View source]
def group_key_set_id : UInt16 #

Key set to use for this group (0 = IPK, others = operational)


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

Key set to use for this group (0 = IPK, others = operational)


[View source]
def validate! : Nil #

[View source]