| 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.IOBSDNameMatching(int masterPort,
int options,
String bsdName) |
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.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 CoreFoundation.CFMutableDictionaryRef |
IOKitUtil.getBSDNameMatchingDict(String bsdName)
Convenience method to get the IO dictionary matching a bsd name
|
| 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–2017 oshi. All rights reserved.