template <>

class WireSyncClientImpl

Defined at line 1085 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::Listener>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_vsock::Listener::Listen> Listen (uint32_t backlog)

Registers a listener for a local port. There can only be one listener for

a single port at a time. The channel will have `SIGNAL_STREAM_INCOMING` asserted

by the server when there is a connection ready to accept.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_vsock::Listener::Accept> Accept (::fuchsia_vsock::wire::ConnectionTransport && con)

Accept a pending connection from the queue after `Listen` was invoked and

`SIGNAL_STREAM_INCOMING` was signaled.

Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.