struct

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

Inherits TLV::Serializable < Struct < Value < Object

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

Constructors

new(any : TLV::Any)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

endpoints

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

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

Source
fabric_index
Source
fabric_index=(fabric_index : DataType::FabricIndex)
Source
group_id
Source
group_id=(group_id : DataType::GroupId)
Source
group_name

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.

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

Source
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source