template <>
class WireWeakAsyncClientImpl
Defined at line 3584 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_hardware_usb_dci::UsbDciInterface::Control> Control (const ::fuchsia_hardware_usb_descriptor::wire::UsbSetup & setup, ::fidl::VectorView<uint8_t> write)
Dispatch a control transaction.
See usb20 8.5.3 and 9.6
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_usb_dci::UsbDciInterface::SetConnected> SetConnected (bool is_connected)
Inform driver of current port connection state.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_usb_dci::UsbDciInterface::SetSpeed> SetSpeed (::fuchsia_hardware_usb_descriptor::wire::UsbSpeed speed)
Inform driver of current bus speed.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.