template <>
class NaturalSyncClientImpl
Defined at line 651 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> 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.