struct

Matter::Cluster::Definitions::ContentLauncher::LaunchUrlRequest

Inherits TLV::Serializable < Struct < Value < Object

Input to the ContentLauncher launchUrl command

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

branding_information

This field, if present, shall indicate the branding information that may be displayed when playing back the given content.

Source
branding_information=(branding_information : BrandingInformation | Nil)

This field, if present, shall indicate the branding information that may be displayed when playing back the given content.

Source
content_url

This shall indicate the URL of content to launch.

Source
content_url=(content_url : String)

This shall indicate the URL of content to launch.

Source
display_string

This field, if present, shall provide a string that may be used to describe the content being accessed at the given URL.

Source
display_string=(display_string : String | Nil)

This field, if present, shall provide a string that may be used to describe the content being accessed at the given URL.

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