template <>
class WireWeakSyncClientImpl
Defined at line 2460 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::WireResult< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::ExpectControl> ExpectControl (bool is_in, ::fidl::VectorView<uint8_t> in_data)
Request is heap-allocated. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::ExpectOut> ExpectOut ()
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::ExpectIn> ExpectIn (::fidl::VectorView<uint8_t> data)
Allocates 40 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::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 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_usb_virtualbustest::ExpectBusTest::Connect> Connect (bool connect)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.