template <>
class WireWeakOnewayBufferClientImpl
Defined at line 434 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/driver/wire_messaging.h
Public Methods
::fidl::OneWayStatus Stop ()
Stops the driver. To stop, the driver should teardown any resources it set up in or after
|Start|. This is a one-way FIDL method. When the driver has completed stopping, it should
close its server end. Asynchronous operations should fully complete before closing
the server end.
Caller provides the backing storage for FIDL message.