template <>
class NaturalSyncClientImpl
Defined at line 658 of file fidling/gen/sdk/fidl/fuchsia.power.broker/fuchsia.power.broker/cpp/fidl/fuchsia.power.broker/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_power_broker::Lessor::Lease> Lease (::fidl::Request< ::fuchsia_power_broker::Lessor::Lease> request)
Request made to indicate the client wants the element raised to the given
level. When the call returns this **does** **not** mean the
corresponding element is at the requested level, only that the requested
level is valid and request is being worked on.
Fulfilling the request will raise the level of all the level's direct
and transitive power dependencies to their required levels. When
`LeaseControl.WatchStatus` reports `LeaseStatus::SATISFIED` this means
given element is at the level specified by the lease.
Requesting an invalid level returns `LeaseError::INVALID_LEVEL`.