template <>

class WireSyncBufferClientImpl

Defined at line 1107 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.