template <>
class WireSyncClientImpl
Defined at line 527 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::Acceptor>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_vsock::Acceptor::Accept> Accept (const ::fuchsia_hardware_vsock::wire::Addr & addr)
The response is either a `ConnectionTransport` to indicate that the connection
is accepted, or none to indicate that it should be rejected.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.