public static class IOKit.IOIterator extends IOKit.IOObject
Constructor and Description |
---|
IOIterator() |
IOIterator(Pointer p) |
Modifier and Type | Method and Description |
---|---|
IOKit.IORegistryEntry |
next()
Convenience method for
IOKit.IOIteratorNext(com.sun.jna.platform.mac.IOKit.IOIterator) on this object. |
conformsTo, release
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
public 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.