template <>
class WireSyncBufferClientImpl
Defined at line 695 of file fidling/gen/sdk/fidl/fuchsia.power.broker/fuchsia.power.broker/cpp/fidl/fuchsia.power.broker/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_power_broker::ElementRunner::SetLevel> SetLevel (uint8_t level)
Sets the level of the power element.
The server blocks while making the level transition. It returns
once the transition to the new required level is complete.
If the element cannot transition to the new required level and
it cannot retry, the channel will be closed.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.