template <>

class WireSyncBufferClientImpl

Defined at line 704 of file fidling/gen/sdk/fidl/fuchsia.firmware.crash/fuchsia.firmware.crash/cpp/fidl/fuchsia.firmware.crash/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_firmware_crash::Watcher::GetCrash> GetCrash (::fuchsia_firmware_crash::wire::WatcherGetCrashRequest WatcherGetCrashRequest)

Returns crashes as they occur. Each subsequent call will return a new crash.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_firmware_crash::Watcher::GetCrashEvent> GetCrashEvent ()

Returns an event which is has `ZX_USER_SIGNAL_0` asserted when a new crash is available.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.