template <>

class WireSyncBufferClientImpl

Defined at line 3072 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::WireUnownedResult< ::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 via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.