public class IOKitUtil extends Object
| Constructor and Description |
|---|
IOKitUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getMatchingService(String serviceName)
Opens an IOService matching the given name
|
static int |
getMatchingServices(CoreFoundation.CFMutableDictionaryRef matchingDictionary,
com.sun.jna.ptr.IntByReference serviceIterator)
Convenience method to get matching IOService objects
|
static int |
getMatchingServices(String serviceName,
com.sun.jna.ptr.IntByReference serviceIterator)
Convenience method to get matching IOService objects
|
static int |
getRoot()
Gets the IO Registry root
|
public static int getRoot()
public static int getMatchingService(String serviceName)
serviceName - The service name to matchpublic static int getMatchingServices(String serviceName, com.sun.jna.ptr.IntByReference serviceIterator)
serviceName - The service name to matchserviceIterator - An interator over matching items, set on returnpublic static int getMatchingServices(CoreFoundation.CFMutableDictionaryRef matchingDictionary, com.sun.jna.ptr.IntByReference serviceIterator)
matchingDictionary - The dictionary to matchserviceIterator - An interator over matching items, set on returnCopyright © 2010–2016 com.github.dblock. All rights reserved.