template <>
class WireSyncClientImpl
Defined at line 468 of file fidling/gen/sdk/fidl/fuchsia.gpu.virtio/fuchsia.gpu.virtio/cpp/fidl/fuchsia.gpu.virtio/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_gpu_virtio::GpuControl>|,
avoiding setting up a client.
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.