template <>
class WireWeakAsyncClientImpl
Defined at line 3844 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::Topology::AddElement> AddElement (::fuchsia_power_broker::wire::ElementSchema ElementSchema)
Called by a Power Element owner to register a new Power Element and
open control channels for that element.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_power_broker::Topology::Lease> Lease (::fuchsia_power_broker::wire::LeaseSchema LeaseSchema)
Called by a client to directly open a lease on the given dependencies
without the need for creating and managing a new element.
The request and callback are allocated on the heap.