template <>
class WireSyncBufferClientImpl
Defined at line 296 of file fidling/gen/sdk/fidl/fuchsia.power.suspend/fuchsia.power.suspend/cpp/fidl/fuchsia.power.suspend/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.