template <>

class WireWeakAsyncClientImpl

Defined at line 4544 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::internal::WireThenable< ::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.

Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_hardware_usb_hci::UsbHciInterface::RemoveDevice> RemoveDevice (uint32_t device_id)

Notifies the USB bus driver that a device has been removed.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::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.

Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::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.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.