template <>
class WireSyncClientImpl
Defined at line 285 of file fidling/gen/sdk/fidl/fuchsia.device.test/fuchsia.device.test/cpp/fidl/fuchsia.device.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_device_test::Test>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_device_test::Test::RunTests> RunTests ()
Execute the tests for this device. Returns the status from the test. If
used as part of the Device protocol then Test output will be streamed to
the socket set by SetOutputSocket().
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.