Created
June 30, 2014 14:06
-
-
Save tomac/23ad0511de27ccd0eab3 to your computer and use it in GitHub Desktop.
Iterator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| io_service_t usbDevice; | |
| int action = 0; | |
| while ((usbDevice = IOIteratorNext(iterator))) { | |
| get_usb_device_info(usbDevice, newdev); | |
| IOObjectRelease(usbDevice); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment