template <>

class WireWeakAsyncBufferClientImpl

Defined at line 2435 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

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::ExpectControl> ExpectControl (bool is_in, ::fidl::VectorView<uint8_t> in_data)

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::ExpectOut> ExpectOut ()

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::ExpectIn> ExpectIn (::fidl::VectorView<uint8_t> data)

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::Sync> Sync ()

Used to sync, i.e. call `Sync()` after `ExpectControl()` to

ensure that `ExpectControl()` has arrived before calling

`Control()`.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::Connect> Connect (bool connect)

Caller provides the backing storage for FIDL message.