template <>
class WireWeakAsyncClientImpl
Defined at line 3470 of file fidling/gen/sdk/fidl/fuchsia.power.broker/fuchsia.power.broker/cpp/fidl/fuchsia.power.broker/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.