struct
Matter::Cluster::Definitions::ContentLauncher::LaunchUrlRequest
- Matter::Cluster::Definitions::ContentLauncher::LaunchUrlRequest
- Struct
- Value
- Object
Overview
Input to the ContentLauncher launchUrl command
Included Modules
- TLV::Serializable
Defined in:
matter/cluster/definitions/content_launcher.crConstructors
Class Method Summary
- .from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
- .from_slice(bytes : Bytes)
- .from_tlv(any : TLV::Any)
- .from_tlv(data : Bytes)
Instance Method Summary
-
#branding_information : BrandingInformation | Nil
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.
-
#content_url : String
This shall indicate the URL of content to launch.
-
#content_url=(content_url : String)
This shall indicate the URL of content to launch.
-
#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.
-
#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
- #to_slice : Bytes
- #to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Constructor Detail
Class Method Detail
Instance Method Detail
This field, if present, shall indicate the branding information that may be displayed when playing back the given content.
This field, if present, shall indicate the branding information that may be displayed when playing back the given content.
This field, if present, shall provide a string that may be used to describe the content being accessed at the given URL.
This field, if present, shall provide a string that may be used to describe the content being accessed at the given URL.