template <>
class WireWeakAsyncClientImpl
Defined at line 2857 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.