template <>
class WireSyncClientImpl
Defined at line 2034 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/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::ExecutionController>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Stop ()
Initiates a stop action on this component. Once complete, OnStop will be
called with the stopped payload and this channel is closed.
Note that a component may stop running on its own at any time, so it is
possible for `OnStop` to be received before `Stop` is called.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.