template <>
class WireSyncClientImpl
Defined at line 185 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_component_runner::ComponentRunner>|,
avoiding setting up a client.
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.