| Package | Description |
|---|---|
| net.lecousin.framework.system.unix.jna.mac |
Mapping with native libraries for Mac.
|
| 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) |
static int |
IOKit.Util.getMatchingServices(CoreFoundation.CFMutableDictionaryRef matchingDictionary,
com.sun.jna.ptr.IntByReference serviceIterator) |
int |
IOKit.IOServiceGetMatchingService(int port,
CoreFoundation.CFMutableDictionaryRef matchingDictionary) |
int |
IOKit.IOServiceGetMatchingServices(int port,
CoreFoundation.CFMutableDictionaryRef matchingDictionary,
com.sun.jna.ptr.IntByReference iterator) |
Copyright © 2019. All rights reserved.