struct Matter::Cluster::GroupKeyManagementCluster::GroupInfoMapStruct

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(group_id : UInt16, endpoints : Array(UInt16) = [] of UInt16, group_name : String | Nil = nil, fabric_index : UInt8 = 0) #

[View source]

Instance Method Detail

def endpoints : Array(UInt16) #

List of endpoint IDs that are part of this group


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

List of endpoint IDs that are part of this group


[View source]
def fabric_index : UInt8 #

Fabric index for isolation


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

Fabric index for isolation


[View source]
def group_id : UInt16 #

Group identifier


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

Group identifier


[View source]
def group_name : String | Nil #

Optional group name


[View source]
def group_name=(group_name : String | Nil) #

Optional group name


[View source]