template <>
class WireSyncClientImpl
Defined at line 282 of file fidling/gen/sdk/fidl/fuchsia.power.suspend/fuchsia.power.suspend/cpp/fidl/fuchsia.power.suspend/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_suspend::Stats>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_power_suspend::Stats::Watch> Watch ()
Gets the suspend statistics for the sytem.
Uses the hanging get pattern: the first call to this method will return
immediately. For subsequent calls, the server will return only when
suspend stats have changed.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.