| <link rel="stylesheet" href="../style.css" /> |
| |
| [TOC] |
| # fuchsia.castremotecontrol |
| |
| <p><b>Added:7</b></p> |
| |
| ## **PROTOCOLS** |
| |
| ## Launcher {#Launcher} |
| *Defined in [fuchsia.castremotecontrol/remote_control.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.castremotecontrol/remote_control.fidl;l=18)* |
| |
| ### Launch {#Launcher.Launch} |
| |
| <p>Launches the Cast remote control application for the device |
| identified by |device_id|.</p> |
| |
| #### Request {#Launcher.Launch_Request} |
| |
| <table> |
| <tr><th>Name</th><th>Type</th></tr> |
| <tr> |
| <td><code>device_id</code></td> |
| <td> |
| <code>string</code> |
| </td> |
| </tr> |
| </table> |
| |
| |
| #### Response {#Launcher.Launch_Response} |
| |
| <table> |
| <tr><th>Name</th><th>Type</th></tr> |
| <tr> |
| <td><code>result</code></td> |
| <td> |
| <code><a class='link' href='#Launcher_Launch_Result'>Launcher_Launch_Result</a></code> |
| </td> |
| </tr> |
| </table> |
| |
| |
| ## **STRUCTS** |
| |
| ### Launcher_Launch_Response {#Launcher_Launch_Response data-text="Launcher_Launch_Response"} |
| *Defined in [fuchsia.castremotecontrol/remote_control.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.castremotecontrol/remote_control.fidl;l=23)* |
| |
| <EMPTY> |
| |
| |
| ## **ENUMS** |
| |
| ### LaunchError [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} {#LaunchError data-text="LaunchError"} |
| Type: <code>uint32</code> |
| |
| *Defined in [fuchsia.castremotecontrol/remote_control.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.castremotecontrol/remote_control.fidl;l=9)* |
| |
| <table> |
| <tr><th>Name</th><th>Value</th><th>Description</th></tr> |
| <tr id="LaunchError.NOT_FOUND"> |
| <td><h3 id="LaunchError.NOT_FOUND" class="add-link hide-from-toc">NOT_FOUND</h3></td> |
| <td><code>1</code></td> |
| <td></td> |
| </tr> |
| <tr id="LaunchError.INTERNAL"> |
| <td><h3 id="LaunchError.INTERNAL" class="add-link hide-from-toc">INTERNAL</h3></td> |
| <td><code>2</code></td> |
| <td></td> |
| </tr> |
| </table> |
| |
| |
| |
| ## **UNIONS** |
| |
| ### Launcher_Launch_Result [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} {#Launcher_Launch_Result data-text="Launcher_Launch_Result"} |
| *Defined in [fuchsia.castremotecontrol/remote_control.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.castremotecontrol/remote_control.fidl;l=23)* |
| <table> |
| <tr><th>Ordinal</th><th>Variant</th><th>Type</th><th>Description</th></tr> |
| <tr id="Launcher_Launch_Result.response"> |
| <td><h3 id="Launcher_Launch_Result.response" class="add-link hide-from-toc">1</h3></td> |
| <td><code>response</code></td> |
| <td> |
| <code><a class='link' href='#Launcher_Launch_Response'>Launcher_Launch_Response</a></code> |
| </td> |
| <td></td> |
| </tr> |
| <tr id="Launcher_Launch_Result.err"> |
| <td><h3 id="Launcher_Launch_Result.err" class="add-link hide-from-toc">2</h3></td> |
| <td><code>err</code></td> |
| <td> |
| <code><a class='link' href='#LaunchError'>LaunchError</a></code> |
| </td> |
| <td></td> |
| </tr> |
| </table> |
| |
| |
| |