template <>

class WireWeakAsyncClientImpl

Defined at line 2409 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::WireThenable< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::ExpectControl> ExpectControl (bool is_in, ::fidl::VectorView<uint8_t> in_data)

The request and callback are allocated on the heap.

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

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::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()`.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.