template <>
class WireWeakOnewayClientImpl
Defined at line 8343 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_messaging.h
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.