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.

What is com.apple.Dont_Steal_Mac_OS_X

com.apple.Dont_Steal_Mac_OS_X is a IOResources provider... Class Inheritance: Dont_Steal_Mac_OS_X : IOService : IORegistryEntry : …

macos copy-protection iokit
IOKit Not found

So everything was fine, and then I decided to start developing on XCode 5 DP3 and iOS7 Prior to upgrading, my …

xcode ios7 xcode5 iokit
How to get CPU temperature and fan speed on OS X?

How do I get CPU temperature and fan speeds in OS X? I understand that information is obtained from IOHWSensor …

macos iokit temperature
How to create a program to list all the USB devices in a Mac?

I have a limited exposure to the Mac OS X operating system and now I have started using Xcode and …

c++ xcode macos iokit
Convert CFString to NSString - Swift

I'm trying to write a program that will scan for available serial ports and present them in a popup menu. …

string swift serial-port iokit
how to get Device id, vendor id and product id of a mounted usb device in Mac OS cocoa

I am trying to write a Cocoa program which detects iPods connected to Mac OS. I am listening to NSWorkspaceDidMountNotification …

cocoa usb mount iokit
Where can I systematically study how to write Mac OS X device drivers?

I'm looking for an exhaustive, university-level book or guide to study in order to gain the ability of writing Mac …

macos documentation device-driver iokit
gdb | view the variable argument list

I as using the bt command to view the stacktrace. The output is (gdb) bt #0 0x001ae4cd in Debugger (…

c++ c debugging gdb iokit
Mac - Virtual Serial Port

I need to create a Cocoa app that will create a virtual serial port available to other apps, meaning registered …

macos serial-port iokit
Using IOKit to communicate with USB device

I'm trying to make an application that communicates with a USB device about the same way I use the screen …

macos cocoa swift serial-port iokit