template <>

class WireWeakAsyncClientImpl

Defined at line 10517 of file fidling/gen/sdk/fidl/fuchsia.virtualization.hardware/fuchsia.virtualization.hardware/cpp/fidl/fuchsia.virtualization.hardware/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_virtualization_hardware::VirtioVsock::ConfigureQueue> ConfigureQueue (uint16_t queue, uint16_t size, uint64_t desc, uint64_t avail, uint64_t used)

Configure a `queue` for the device. This specifies the `size` and the

guest physical addresses of the queue: `desc`, `avail`, and `used`.

Allocates 48 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_virtualization_hardware::VirtioVsock::Ready> Ready (uint32_t negotiated_features)

Ready a device. This provides the set of `negotiated_features` that the

driver and device have agreed upon.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_virtualization_hardware::VirtioVsock::Start> Start (::fuchsia_virtualization_hardware::wire::StartInfo && start_info, uint32_t guest_cid, ::fidl::VectorView< ::fuchsia_virtualization::wire::Listener> listeners)

Start the vsock device, setting the guest_cid to the provided value.

Returns:

- ZX_OK if device startup succeeded

- ZX_ERR_INVALID_ARGS if guest_cid is a reserved value

- Any errors returned from fuchsia.virtualization.HostVsockEndpoint::Listen

The request and callback are allocated on the heap.