struct

Matter::Cluster::Definitions::ContentLauncher::Parameter

Inherits TLV::Serializable < Struct < Value < Object

This object defines inputs to a search for content for display or playback.

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

external_ids

This shall indicate the list of additional external content identifiers.

Source
external_ids=(external_ids : Array(AdditionalInformation) | Nil)

This shall indicate the list of additional external content identifiers.

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
type

This shall indicate the entity type.

Source
type=(type : ParameterType)

This shall indicate the entity type.

Source
value

This shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.

Source
value=(value : String)

This shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.

Source