template <>

class WireWeakAsyncClientImpl

Defined at line 724 of file fidling/gen/sdk/fidl/fuchsia.gpu.virtio/fuchsia.gpu.virtio/cpp/fidl/fuchsia.gpu.virtio/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_gpu_virtio::GpuControl::GetCapabilitySetLimit> GetCapabilitySetLimit ()

Returns the number of capability sets supported by the virtio-gpu device.

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

::fidl::internal::WireThenable< ::fuchsia_gpu_virtio::GpuControl::SendHardwareCommand> SendHardwareCommand (::fidl::VectorView<uint8_t> request)

Sends an opaque hardware request of variable length and returns a variable length response.

Commands go on the control queue.

The request and callback are allocated on the heap.