template <>
class WireSyncClientImpl
Defined at line 174 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/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_driver_host::Driver>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Stop ()
Request that the Driver is Stopped.
After stopping the driver instance, the server should close this
connection with an epitath. This signals that the Driver has been
stopped.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.