template <>
class WireWeakAsyncClientImpl
Defined at line 5268 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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 24 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::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 24 bytes of request buffer on the stack. The callback is stored on the heap.