IOUSBHostDevice
The class that claims and configures devices, retrieves descriptors, and sends device requests.
Declaration
class IOUSBHostDeviceOverview
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:.