| Package | Description |
|---|---|
| oshi.jna.platform.mac |
Provides extensions of JNA libraries for Mac OS X.
|
| oshi.util.platform.mac |
Provides utilities for Mac OS X.
|
| Modifier and Type | Method and Description |
|---|---|
CoreFoundation.CFMutableDictionaryRef |
CoreFoundation.CFDictionaryCreateMutable(CoreFoundation.CFAllocatorRef allocator,
int capacity,
com.sun.jna.Pointer keyCallBacks,
com.sun.jna.Pointer valueCallBacks) |
CoreFoundation.CFMutableDictionaryRef |
IOKit.IOServiceMatching(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreFoundation.CFDictionarySetValue(CoreFoundation.CFMutableDictionaryRef dict,
com.sun.jna.PointerType key,
com.sun.jna.PointerType value) |
int |
IOKit.IORegistryEntryCreateCFProperties(int entry,
CoreFoundation.CFMutableDictionaryRef serviceProperties,
CoreFoundation.CFAllocatorRef allocator,
int options) |
int |
IOKit.IOServiceGetMatchingService(int port,
CoreFoundation.CFMutableDictionaryRef matchingDictionary) |
int |
IOKit.IOServiceGetMatchingServices(int port,
CoreFoundation.CFMutableDictionaryRef matchingDictionary,
com.sun.jna.ptr.IntByReference iterator) |
| Modifier and Type | Method and Description |
|---|---|
static int |
IOKitUtil.getMatchingServices(CoreFoundation.CFMutableDictionaryRef matchingDictionary,
com.sun.jna.ptr.IntByReference serviceIterator)
Convenience method to get matching IOService objects
|
Copyright © 2010–2016 com.github.dblock. All rights reserved.