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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(any : TLV::Any)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
fabric_index
Sourcefabric_index=(fabric_index : UInt8)
Sourcegroup_id
Sourcegroup_id=(group_id : UInt16)
Sourcegroup_key_set_id
Sourcegroup_key_set_id=(group_key_set_id : UInt16)
Sourceto_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Sourcevalidate!
Source