| Package | Description |
|---|---|
| oshi.jna.platform.mac |
Provides extensions of JNA libraries for Mac OS X.
|
| Modifier and Type | Field and Description |
|---|---|
static CoreFoundation.CFStringRef |
IOKit.IOPS_CURRENT_CAPACITY_KEY |
static CoreFoundation.CFStringRef |
IOKit.IOPS_IS_PRESENT_KEY |
static CoreFoundation.CFStringRef |
IOKit.IOPS_MAX_CAPACITY_KEY |
static CoreFoundation.CFStringRef |
IOKit.IOPS_NAME_KEY |
| Modifier and Type | Method and Description |
|---|---|
CoreFoundation.CFStringRef |
IOKit.CFCopyDescription(CoreFoundation.CFTypeRef type) |
CoreFoundation.CFStringRef |
CoreFoundation.CFStringCreateWithCharacters(Object object,
char[] chars,
com.sun.jna.NativeLong length) |
static CoreFoundation.CFStringRef |
CoreFoundation.CFStringRef.toCFString(String s)
Creates a new CFString from the given Java string.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.Pointer |
CoreFoundation.CFDictionaryGetValue(CoreFoundation.CFDictionaryRef dictionary,
CoreFoundation.CFStringRef key) |
boolean |
CoreFoundation.CFDictionaryGetValueIfPresent(CoreFoundation.CFDictionaryRef dictionary,
CoreFoundation.CFStringRef key,
com.sun.jna.PointerType value) |
CoreFoundation.CFTypeRef |
IOKit.IORegistryEntryCreateCFProperty(int entry,
CoreFoundation.CFStringRef key,
CoreFoundation.CFAllocatorRef allocator,
int options) |
Copyright © 2010–2016 com.github.dblock. All rights reserved.