template <>
class WireSyncClientImpl
Defined at line 355 of file fidling/gen/src/devices/tests/v2/restart-on-crash/fidl/fuchsia.crashdriver.test/cpp/fidl/fuchsia.crashdriver.test/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_crashdriver_test::Crasher>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_crashdriver_test::Crasher::Ping> Ping ()
Returns a number that is unique per instance of the driver.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus Crash ()
One way call that will assert false and kill the host process.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.