template <>
class WireSyncBufferClientImpl
Defined at line 485 of file fidling/gen/sdk/fidl/fuchsia.gpu.virtio/fuchsia.gpu.virtio/cpp/fidl/fuchsia.gpu.virtio/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_gpu_virtio::GpuControl::GetCapabilitySetLimit> GetCapabilitySetLimit ()
Returns the number of capability sets supported by the virtio-gpu device.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.