template <>
class WireSyncClientImpl
Defined at line 2118 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.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_driver_test::Realm>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_driver_test::Realm::Start> Start (::fuchsia_driver_test::wire::RealmArgs args)
Start the realm. Calling this will cause DriverTestRealm to start
servicing other protocols (like /dev/). `args` is used to configure
the DriverTestRealm.
* error `ZX_ERR_ALREADY_EXISTS` the realm has already had `Start` called.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.