struct Matter::Cluster::Definitions::GroupKeyManagement::GroupKeyMap

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 fabric_index : DataType::FabricIndex #

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

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

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


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

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


[View source]
def 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.


[View source]
def 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.


[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]