template <>

class WireWeakOnewayClientImpl

Defined at line 1149 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus Start (::fuchsia_component_runner::wire::ComponentStartInfo start_info, ::fidl::ServerEnd< ::fuchsia_component_runner::ComponentController> && controller)

Start running a component instance described by `start_info`.

Component manager binds and uses `controller` to control the

lifetime of the newly started component instance.

Errors are delivered as epitaphs over the `ComponentController`

protocol. In the event of an error, the runner must ensure that

resources are cleaned up.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.