template <>
class WireSyncClientImpl
Defined at line 189 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/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_vsock::Connection>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Shutdown ()
Trigger asynchronous shutdown. The underlying channel will be closed
once shutdown is complete. Shutdown has an implicit barrier as any already
queued sends will complete, but any additional sends will generate errors
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.