NativeMappedpublic static class IOKit.IOIterator extends IOKit.IOObject
| Constructor | Description |
|---|---|
IOIterator() |
|
IOIterator(Pointer p) |
| Modifier and Type | Method | Description |
|---|---|---|
IOKit.IORegistryEntry |
next() |
Convenience method for
IOKit.IOIteratorNext(com.sun.jna.platform.mac.IOKit.IOIterator) on this object. |
conformsTo, releaseclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringpublic IOIterator()
public IOIterator(Pointer p)
public IOKit.IORegistryEntry next()
IOKit.IOIteratorNext(com.sun.jna.platform.mac.IOKit.IOIterator) on this object.null is returned. The element should be
released by the caller when it is finished.