struct Matter::Cluster::Definitions::GroupKeyManagement::GroupInformationMap

Overview

This field uniquely identifies the group within the scope of the given Fabric.

Included Modules

Defined in:

matter/cluster/definitions/group_key_management.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(any : TLV::Any) #

[View source]

Class Method Detail

def self.from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) #

[View source]
def self.from_slice(bytes : Bytes) #

[View source]
def self.from_tlv(any : TLV::Any) #

[View source]
def self.from_tlv(data : Bytes) #

[View source]

Instance Method Detail

def endpoints : Array(DataType::EndpointNumber) #

This field provides the list of Endpoint IDs on the Node to which messages to this group shall be forwarded.


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

This field provides the list of Endpoint IDs on the Node to which messages to this group shall be forwarded.


[View source]
def fabric_index : DataType::FabricIndex #

[View source]
def fabric_index=(fabric_index : DataType::FabricIndex) #

[View source]
def group_id : DataType::GroupId #

[View source]
def group_id=(group_id : DataType::GroupId) #

[View source]
def group_name : String | Nil #

This field provides a name for the group. This field shall contain the last GroupName written for a given GroupId on any Endpoint via the Groups cluster.


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

This field provides a name for the group. This field shall contain the last GroupName written for a given GroupId on any Endpoint via the Groups cluster.


[View source]
def to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil #

[View source]
def to_slice : Bytes #

[View source]
def to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any #

[View source]