Matter::Cluster::Definitions::ContentLauncher::LaunchUrlRequest
Inherits TLV::Serializable < Struct < Value < Object
Input to the ContentLauncher launchUrl command
Constructors
new(any : TLV::Any)
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
branding_information
This field, if present, shall indicate the branding information that may be displayed when playing back the given content.
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.
display_string
This field, if present, shall provide a string that may be used to describe the content being accessed at the given URL.
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.
to_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