ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference
|
IOUSBCompositeDriver.h |
Includes: |
<libkern/OSByteOrder.h> <IOKit/IOLib.h> <IOKit/IONotifier.h> <IOKit/IOService.h> <IOKit/IOMessage.h> <IOKit/usb/IOUSBBus.h> <IOKit/usb/IOUSBDevice.h> <IOKit/usb/IOUSBInterface.h> <IOKit/usb/IOUSBLog.h> <IOKit/usb/USB.h> |
Call IOUSBDevice to do a SetConfiguration call to the device.
SetConfiguration |
Call IOUSBDevice to do a SetConfiguration call to the device.
virtual IOReturn SetConfiguration( UInt8 configValue, bool startInterfaceMatching=true);
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: 2008-12-19