template <>

class WireSyncClientImpl

Defined at line 688 of file fidling/gen/src/devices/usb/drivers/usb-virtual-bus/tests/fuchsia.hardware.usb.virtualbustest/cpp/fidl/fuchsia.hardware.usb.virtualbustest/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_hardware_usb_virtualbustest::BusTest>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_hardware_usb_virtualbustest::BusTest::Control> Control (bool is_in, ::fidl::VectorView<uint8_t> out_data)

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

::fidl::WireResult< ::fuchsia_hardware_usb_virtualbustest::BusTest::Out> Out (::fidl::VectorView<uint8_t> data)

Allocates 40 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::fuchsia_hardware_usb_virtualbustest::BusTest::In> In (uint64_t size)

Allocates 24 bytes of request buffer on the stack. Response is heap-allocated.