template <>
class WireSyncClientImpl
Defined at line 454 of file fidling/gen/sdk/fidl/fuchsia.driver.playground/fuchsia.driver.playground/cpp/fidl/fuchsia.driver.playground/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_driver_playground::ToolRunner>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_driver_playground::ToolRunner::RunTool> RunTool (::fidl::StringView tool, ::fidl::VectorView< ::fidl::StringView> args, ::fuchsia_driver_playground::wire::StdioParams stdio_params, ::fidl::ServerEnd< ::fuchsia_driver_playground::CloseController> && close_controller)
Run a tool.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.