struct
Matter::Cluster::Definitions::ContentLauncher::LaunchContentRequest
- Matter::Cluster::Definitions::ContentLauncher::LaunchContentRequest
- Struct
- Value
- Object
Overview
Input to the ContentLauncher launchContent 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
-
#auto_play : Bool
This shall indicate whether to automatically start playing content, where: * TRUE means best match should start playing automatically.
-
#auto_play=(auto_play : Bool)
This shall indicate whether to automatically start playing content, where: * TRUE means best match should start playing automatically.
-
#data : Slice(UInt8)
This shall indicate Optional app-specific data.
-
#data=(data : Slice(UInt8))
This shall indicate Optional app-specific data.
-
#search : ContentSearch
This shall indicate the content to launch.
-
#search=(search : ContentSearch)
This shall indicate the content to launch.
- #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 shall indicate whether to automatically start playing content, where: * TRUE means best match should start playing automatically. * FALSE means matches should be displayed on screen for user selection.
This shall indicate whether to automatically start playing content, where: * TRUE means best match should start playing automatically. * FALSE means matches should be displayed on screen for user selection.