template <>

class WireSyncBufferClientImpl

Defined at line 202 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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.