struct
Matter::Cluster::GroupKeyManagementCluster::GroupKeyMapStruct
- Matter::Cluster::GroupKeyManagementCluster::GroupKeyMapStruct
- Struct
- Value
- Object
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.crConstructors
Instance Method Summary
-
#fabric_index : UInt8
Fabric index for isolation (automatically set by cluster)
-
#fabric_index=(fabric_index : UInt8)
Fabric index for isolation (automatically set by cluster)
-
#group_id : UInt16
Group identifier (1-65535, 0 is invalid)
-
#group_id=(group_id : UInt16)
Group identifier (1-65535, 0 is invalid)
-
#group_key_set_id : UInt16
Key set to use for this group (0 = IPK, others = operational)
-
#group_key_set_id=(group_key_set_id : UInt16)
Key set to use for this group (0 = IPK, others = operational)
- #validate! : Nil
Constructor Detail
def self.new(group_id : UInt16, group_key_set_id : UInt16, fabric_index : UInt8 = 0)
#
Instance Method Detail
def group_key_set_id=(group_key_set_id : UInt16)
#
Key set to use for this group (0 = IPK, others = operational)