| <link rel="stylesheet" href="../style.css" /> |
| |
| [TOC] |
| # fuchsia.update.channel |
| |
| <div class="fidl-version-div"><span class="fidl-attribute fidl-version">Added: 7</span></div> |
| |
| ## **PROTOCOLS** |
| |
| ## Provider {#Provider} |
| *Defined in [fuchsia.update.channel/channel.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.update.channel/channel.fidl;l=9)* |
| <p>Information about the state of the update system.</p> |
| |
| ### GetCurrent {#Provider.GetCurrent} |
| |
| <p>Retrieve the currently active update channel.</p> |
| <ul> |
| <li>response <code>channel</code> the currently active update channel.</li> |
| </ul> |
| |
| #### Request {#Provider.GetCurrent_Request} |
| |
| <EMPTY> |
| |
| |
| #### Response {#Provider.GetCurrent_Response} |
| |
| <table> |
| <tr><th>Name</th><th>Type</th></tr> |
| <tr> |
| <td><code>channel</code></td> |
| <td> |
| <code>string[128]</code> |
| </td> |
| </tr> |
| </table> |
| |
| |
| |
| |
| |
| |
| |