struct

Matter::Cluster::GroupKeyManagementCluster::GroupKeyMapStruct

Inherits TLV::Serializable < JSON::Serializable < Struct < Value < Object

Group Key Map entry (TLV-serializable for attribute encoding) Maps a group ID to a key set ID within a fabric Matter Core Spec ยง11.2.6.4

Constructors

new(group_id : UInt16, group_key_set_id : UInt16, fabric_index : UInt8 = 0)
Source
new(pull : JSON::PullParser)
Source
new(any : TLV::Any)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
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

fabric_index
Source
fabric_index=(fabric_index : UInt8)
Source
group_id
Source
group_id=(group_id : UInt16)
Source
group_key_set_id
Source
group_key_set_id=(group_key_set_id : UInt16)
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
validate!
Source