template <>

class WireSyncClientImpl

Defined at line 3940 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.hci/fuchsia.hardware.usb.hci/cpp/fidl/fuchsia.hardware.usb.hci/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_hci::UsbHciInterface>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::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 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_hardware_usb_hci::UsbHciInterface::RemoveDevice> RemoveDevice (uint32_t device_id)

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

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::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 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::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 56 bytes of message buffer on the stack. No heap allocation necessary.