struct
Matter::Cluster::GroupKeyManagementCluster::GroupInfoMapStruct
- Matter::Cluster::GroupKeyManagementCluster::GroupInfoMapStruct
- Struct
- Value
- Object
Overview
Group Info Map entry Represents a group with its endpoints and name Matter Core Spec ยง11.2.6.5
Defined in:
matter/cluster/group_key_management_cluster.crConstructors
Instance Method Summary
-
#endpoints : Array(UInt16)
List of endpoint IDs that are part of this group
-
#endpoints=(endpoints : Array(UInt16))
List of endpoint IDs that are part of this group
-
#fabric_index : UInt8
Fabric index for isolation
-
#fabric_index=(fabric_index : UInt8)
Fabric index for isolation
-
#group_id : UInt16
Group identifier
-
#group_id=(group_id : UInt16)
Group identifier
-
#group_name : String | Nil
Optional group name
-
#group_name=(group_name : String | Nil)
Optional group name
Constructor Detail
def self.new(group_id : UInt16, endpoints : Array(UInt16) = [] of UInt16, group_name : String | Nil = nil, fabric_index : UInt8 = 0)
#