template <>
class WireWeakAsyncClientImpl
Defined at line 896 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::WireThenable< ::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.
Allocates 40 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_firmware_crash::Watcher::GetCrashEvent> GetCrashEvent ()
Returns an event which is has `ZX_USER_SIGNAL_0` asserted when a new crash is available.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.