template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::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.

::fidl::internal::WireBufferThenable< ::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.