Contents

IOUSBHostDevice

The class that claims and configures devices, retrieves descriptors, and sends device requests.

Declaration

class IOUSBHostDevice

Overview

This class enables management of the device state, including sending control requests to the default endpoint 0, configuring the device, and resetting the device. The interest handler also allows monitoring of the device state. The client creates the class and initializes it with initWithIOService:options:queue:error:interestHandler:.

Topics

Retrieving Device Descriptors

Resetting the Device