| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getIORegistryBooleanProperty(int entry,
String key) |
static byte[] |
getIORegistryByteArrayProperty(int entry,
String key) |
static int |
getIORegistryIntProperty(int entry,
String key) |
static long |
getIORegistryLongProperty(int entry,
String key) |
static String |
getIORegistryStringProperty(int entry,
String key) |
static int |
getMatchingService(String serviceName) |
static int |
getMatchingServices(CoreFoundation.CFMutableDictionaryRef matchingDictionary,
com.sun.jna.ptr.IntByReference serviceIterator) |
static int |
getMatchingServices(String serviceName,
com.sun.jna.ptr.IntByReference serviceIterator) |
public static int getMatchingService(String serviceName)
public static int getMatchingServices(String serviceName, com.sun.jna.ptr.IntByReference serviceIterator)
public static int getMatchingServices(CoreFoundation.CFMutableDictionaryRef matchingDictionary, com.sun.jna.ptr.IntByReference serviceIterator)
public static long getIORegistryLongProperty(int entry,
String key)
public static int getIORegistryIntProperty(int entry,
String key)
public static boolean getIORegistryBooleanProperty(int entry,
String key)
public static byte[] getIORegistryByteArrayProperty(int entry,
String key)
Copyright © 2020. All rights reserved.