template <>

class NaturalClientImpl

Defined at line 466 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_sys2::LifecycleController::StartInstance> StartInstance (::fidl::Request< ::fuchsia_sys2::LifecycleController::StartInstance> request)

Starts the instance identified by the given moniker. Relative

monikers must start with "./".

The client can pass in the server end of a channel

for the fuchsia.component.Binder protocol. This protocol

will notify the client when the instance has stopped.

The function returns once the instance has been started. Calling

StartInstance() when the instance is already running is a no-op, but

it will connect the Binder channel if a valid handle is provided.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::LifecycleController::StartInstanceWithArgs> StartInstanceWithArgs (::fidl::Request< ::fuchsia_sys2::LifecycleController::StartInstanceWithArgs> request)
::fidl::internal::NaturalThenable< ::fuchsia_sys2::LifecycleController::StopInstance> StopInstance (const ::fidl::Request< ::fuchsia_sys2::LifecycleController::StopInstance> & request)

Stops the instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the instance has been stopped.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::LifecycleController::ResolveInstance> ResolveInstance (const ::fidl::Request< ::fuchsia_sys2::LifecycleController::ResolveInstance> & request)

Resolves the instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the instance has been resolved.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::LifecycleController::UnresolveInstance> UnresolveInstance (const ::fidl::Request< ::fuchsia_sys2::LifecycleController::UnresolveInstance> & request)

Unresolves the component designated by the provided moniker. Relative

monikers must start with "./".

The function returns once the instance has been unresolved.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::LifecycleController::CreateInstance> CreateInstance (::fidl::Request< ::fuchsia_sys2::LifecycleController::CreateInstance> request)

Creates a new child instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the child instance has been added to the topology.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::LifecycleController::DestroyInstance> DestroyInstance (const ::fidl::Request< ::fuchsia_sys2::LifecycleController::DestroyInstance> & request)

Destroys the instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the child instance no longer exists in the topology.