IOUSBCompositeDriver

Inherits from:
Declared In:

Overview

Driver that matches to USB composite devices.

Discussion

This class can be overriden to provide for specific behaviors. The driver itself essentially just calls SetConfiguration().



Functions

SetConfiguration

Call IOUSBDevice to do a SetConfiguration call to the device.


SetConfiguration


Call IOUSBDevice to do a SetConfiguration call to the device.

public

virtual IOReturn SetConfiguration( UInt8 configValue, bool startInterfaceMatching=true);
Parameters
configValue

The desired configuration value.

startInterfaceMatching

A boolean specifying whether IOKit should begin the process of finding matching drivers for the new IOUSBInterface objects.

 

 

Last Updated: 2009-10-14