template <>

class WireWeakAsyncBufferClientImpl

Defined at line 3610 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::WireBufferThenable< ::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

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_usb_dci::UsbDciInterface::SetConnected> SetConnected (bool is_connected)

Inform driver of current port connection state.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_usb_dci::UsbDciInterface::SetSpeed> SetSpeed (::fuchsia_hardware_usb_descriptor::wire::UsbSpeed speed)

Inform driver of current bus speed.

Caller provides the backing storage for FIDL message.