template <>
class NaturalSyncClientImpl
Defined at line 379 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_vsock::Listener::Listen> Listen (const ::fidl::Request< ::fuchsia_vsock::Listener::Listen> & request)
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.
::fidl::Result< ::fuchsia_vsock::Listener::Accept> Accept (::fidl::Request< ::fuchsia_vsock::Listener::Accept> request)
Accept a pending connection from the queue after `Listen` was invoked and
`SIGNAL_STREAM_INCOMING` was signaled.