template <>
class WireSyncBufferClientImpl
Defined at line 3971 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.hci/fuchsia.hardware.usb.hci/cpp/fidl/fuchsia.hardware.usb.hci/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_hardware_usb_hci::UsbHciInterface::AddDevice> AddDevice (uint32_t device_id, uint32_t hub_id, ::fuchsia_hardware_usb_descriptor::wire::UsbSpeed speed)
Notifies the USB bus driver that a new device has been added.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_usb_hci::UsbHciInterface::RemoveDevice> RemoveDevice (uint32_t device_id)
Notifies the USB bus driver that a device has been removed.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_usb_hci::UsbHciInterface::ResetPort> ResetPort (uint32_t hub_id, uint32_t port, bool enumerating)
Used by the HCI controller to reset a port on a USB hub.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_usb_hci::UsbHciInterface::ReinitializeDevice> ReinitializeDevice (uint32_t device_id)
Used by the HCI controller to reinitialize a device after it has been reset.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.