|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOUSBCompositeDriver |
| Inherits from: | |
| Declared In: |
Driver that matches to USB composite devices.
This class can be overriden to provide for specific behaviors. The driver itself essentially just calls 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);
configValueThe desired configuration value.
startInterfaceMatchingA boolean specifying whether IOKit should begin the process of finding matching drivers for the new IOUSBInterface objects.
Last Updated: 2009-10-14