Matter::Cluster::Definitions::GroupKeyManagement::GroupKeyMap
Inherits TLV::Serializable < Struct < Value < Object
Constructors
new(any : TLV::Any)
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 : DataType::FabricIndex)
Sourcegroup_id=(group_id : DataType::GroupId)
This field uniquely identifies the group within the scope of the given Fabric.
group_key_set_id
This field references the set of group keys that generate operational group keys for use with this
group, as specified in Section 4.15.3.5.1, “Group Key Set ID”.
A GroupKeyMapStruct shall NOT accept GroupKeySetID of 0, which is reserved for the IPK.
group_key_set_id=(group_key_set_id : UInt16)
This field references the set of group keys that generate operational group keys for use with this
group, as specified in Section 4.15.3.5.1, “Group Key Set ID”.
A GroupKeyMapStruct shall NOT accept GroupKeySetID of 0, which is reserved for the IPK.
to_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
Source