template <>
class WireSyncClientImpl
Defined at line 248 of file fidling/gen/sdk/fidl/fuchsia.process.lifecycle/fuchsia.process.lifecycle/cpp/fidl/fuchsia.process.lifecycle/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_process_lifecycle::Lifecycle>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Stop ()
The process must clean up its state in preparation for termination, and
must close the channel hosting the `Lifecycle` protocol when it is
ready to be terminated. The process should exit after it completes its
cleanup. At the discretion of the system the process may be terminated
before it closes the `Lifecycle` channel.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.