Matter::Cluster::GroupKeyManagementCluster::GroupInfoMapStruct
Inherits TLV::Serializable < JSON::Serializable < Struct < Value < Object
Group Info Map entry (TLV-serializable for attribute encoding) Represents a group with its endpoints and name Matter Core Spec ยง11.2.6.5
Constructors
new(pull : JSON::PullParser)
Sourcenew(any : TLV::Any)
Sourcenew(group_id : UInt16, endpoints : Array(UInt16) = [] of UInt16, group_name : String | Nil = nil, fabric_index : UInt8 = 0)
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
endpoints
Sourceendpoints=(endpoints : Array(UInt16))
Sourcefabric_index
Sourcefabric_index=(fabric_index : UInt8)
Sourcegroup_id
Sourcegroup_id=(group_id : UInt16)
Sourcegroup_name
Sourcegroup_name=(group_name : String | Nil)
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
Source