template <>

class NaturalClientImpl

Defined at line 215 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_driver_loader::DriverHostLauncher::Launch> Launch (::fidl::Request< ::fuchsia_driver_loader::DriverHostLauncher::Launch> request)

Launches |driver_host_binary| into |process|. This includes:

- Setting up the address space for driver host module and dependencies

using remote dynamic linking.

- Creating the stack for the process.

- Starting the process.

- Sending the bootstrap messages to the process.