Top "Iokit" questions

The I/O Kit is a framework for driver development in the xnu Kernel which drives Apple's Mac OSX and iOS operating systems.

How to get device descriptor and configuration descriptor of usb device in Mac?

I have minimum exposure to xcode and I/Okit framework. I have seen device descriptor and configuration descriptor of a …

xcode macos usb iokit
Get serial number of device on iOS 8

For an in-house application, we were using the following code UIDevice+serialNumber to get the device serial number. However, it …

ios iphone ios8 iokit
Private unique device identifier in iOS

We're working on a project with my colleagues which involves using a lot of private and non official code. This …

ios iphone cocoa-touch iphone-privateapi iokit
How to get monitor EDID in OSX?

I'm looking to pull the EDID information in OSX? It looks like it's stored in the IORegistry. Is there a …

xamarin pinvoke iokit xamarin.mac edid
OSX: How to get a volume name (or bsd name) from a IOUSBDeviceInterface or location id

I'm trying to write an app that associates a particular USB string descriptor (of a USB mass storage device) with …

macos usb iokit