Package com.sun.jna.platform.mac
Class IOKit.IOService
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.platform.mac.IOKit.IOObject
- 
- com.sun.jna.platform.mac.IOKit.IORegistryEntry
- 
- com.sun.jna.platform.mac.IOKit.IOService
 
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Direct Known Subclasses:
- IOKit.IOConnect
 - Enclosing interface:
- IOKit
 
 public static class IOKit.IOService extends IOKit.IORegistryEntry The base class for most I/O Kit families, devices, and drivers.
- 
- 
Method Summary- 
Methods inherited from class com.sun.jna.platform.mac.IOKit.IORegistryEntrycreateCFProperties, createCFProperty, getBooleanProperty, getByteArrayProperty, getChildEntry, getChildIterator, getDoubleProperty, getIntegerProperty, getLongProperty, getName, getParentEntry, getRegistryEntryID, getStringProperty, searchCFProperty
 - 
Methods inherited from class com.sun.jna.platform.mac.IOKit.IOObjectconformsTo, release
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IOServicepublic IOService() 
 - 
IOServicepublic IOService(Pointer p) 
 
- 
 
-