template <>
class NaturalSyncClientImpl
Defined at line 937 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_vsock::Provider::StreamSocket> StreamSocket (::fidl::Request< ::fuchsia_vsock::Provider::StreamSocket> request)
Create a new virtio socket in stream mode.
::fidl::Result< ::fuchsia_vsock::Provider::GetCid> GetCid ()
Query the current context id of the system. The local CID is should not
necessary in interactions with the same device; instead you may pass
`VMADDR_CID_LOCAL`, which will alias to local CID this returns. The cid returned
by this method is useful for debugging or if you have some other communication
channel to a different host and you would like to send them your CID to then
establish a vsock connection on.