template <>
class WireSyncClientImpl
Defined at line 3045 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.dci/fuchsia.hardware.usb.dci/cpp/fidl/fuchsia.hardware.usb.dci/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_usb_dci::UsbDciInterface>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::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
Request is heap-allocated. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_hardware_usb_dci::UsbDciInterface::SetConnected> SetConnected (bool is_connected)
Inform driver of current port connection state.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_usb_dci::UsbDciInterface::SetSpeed> SetSpeed (::fuchsia_hardware_usb_descriptor::wire::UsbSpeed speed)
Inform driver of current bus speed.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.