template <>
class WireSyncBufferClientImpl
Defined at line 2135 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.