struct

Matter::Cluster::Definitions::ContentLauncher::AdditionalInformation

Inherits TLV::Serializable < Struct < Value < Object

This object defines additional name=value pairs that can be used for identifying content.

Constructors

new(any : TLV::Any)
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

name

This shall indicate the name of external id, ex. "musicbrainz".

Source
name=(name : String)

This shall indicate the name of external id, ex. "musicbrainz".

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
value

This shall indicate the value for external id, ex. "ST0000000666661".

Source
value=(value : String)

This shall indicate the value for external id, ex. "ST0000000666661".

Source