template <>
class WireWeakAsyncBufferClientImpl
Defined at line 3866 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::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.