public interface IOKit
extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static class |
IOKit.MachPort |
static class |
IOKit.Util |
Modifier and Type | Method and Description |
---|---|
int |
IOIteratorNext(int iterator) |
int |
IOMasterPort(int unused,
com.sun.jna.ptr.IntByReference masterPort) |
void |
IOObjectRelease(int object) |
CoreFoundation.CFTypeRef |
IORegistryEntryCreateCFProperty(int entry,
CoreFoundation.CFStringRef key,
CoreFoundation.CFAllocatorRef allocator,
int options) |
int |
IOServiceGetMatchingService(int port,
CoreFoundation.CFMutableDictionaryRef matchingDictionary) |
int |
IOServiceGetMatchingServices(int port,
CoreFoundation.CFMutableDictionaryRef matchingDictionary,
com.sun.jna.ptr.IntByReference iterator) |
CoreFoundation.CFMutableDictionaryRef |
IOServiceMatching(String name) |
void IOObjectRelease(int object)
int IOMasterPort(int unused, com.sun.jna.ptr.IntByReference masterPort)
int IOIteratorNext(int iterator)
CoreFoundation.CFMutableDictionaryRef IOServiceMatching(String name)
int IOServiceGetMatchingService(int port, CoreFoundation.CFMutableDictionaryRef matchingDictionary)
int IOServiceGetMatchingServices(int port, CoreFoundation.CFMutableDictionaryRef matchingDictionary, com.sun.jna.ptr.IntByReference iterator)
CoreFoundation.CFTypeRef IORegistryEntryCreateCFProperty(int entry, CoreFoundation.CFStringRef key, CoreFoundation.CFAllocatorRef allocator, int options)
Copyright © 2020. All rights reserved.