template <>
class WireSyncClientImpl
Defined at line 2189 of file fidling/gen/sdk/fidl/fuchsia.power.broker/fuchsia.power.broker/cpp/fidl/fuchsia.power.broker/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_power_broker::LeaseControl>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_power_broker::LeaseControl::WatchStatus> WatchStatus (::fuchsia_power_broker::wire::LeaseStatus last_status)
Get the current status of the lease.
If last_status is UNKNOWN, the call will return immediately
with the current status. Otherwise, the call will block
until the current status differs from last_status.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.