template <>
class WireSyncClientImpl
Defined at line 688 of file fidling/gen/sdk/fidl/fuchsia.firmware.crash/fuchsia.firmware.crash/cpp/fidl/fuchsia.firmware.crash/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_firmware_crash::Watcher>|,
avoiding setting up a client.
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.