template <>

class WireWeakSyncClientImpl

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

Public Methods

::fidl::WireResult< ::fuchsia_gpu_virtio::GpuControl::GetCapabilitySetLimit> GetCapabilitySetLimit ()

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

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::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.

Request is heap-allocated. Response is heap-allocated.