template <>
class WireWeakSyncClientImpl
Defined at line 931 of file fidling/gen/sdk/fidl/fuchsia.firmware.crash/fuchsia.firmware.crash/cpp/fidl/fuchsia.firmware.crash/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::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. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_firmware_crash::Watcher::GetCrashEvent> GetCrashEvent ()
Returns an event which is has `ZX_USER_SIGNAL_0` asserted when a new crash is available.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.