Package com.sun.jna.platform.mac
Class IOKit.IOIterator
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.IOKit.IOObject
com.sun.jna.platform.mac.IOKit.IOIterator
- All Implemented Interfaces:
NativeMapped
- Enclosing interface:
- IOKit
An IOKit iterator handle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnext()
Convenience method forIOKit.IOIteratorNext(com.sun.jna.platform.mac.IOKit.IOIterator)
on this object.Methods inherited from class com.sun.jna.platform.mac.IOKit.IOObject
conformsTo, release
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
IOIterator
public IOIterator() -
IOIterator
-
-
Method Details
-
next
Convenience method forIOKit.IOIteratorNext(com.sun.jna.platform.mac.IOKit.IOIterator)
on this object.- Returns:
- If the iterator handle is valid, the next element in the iteration is
returned, otherwise
null
is returned. The element should be released by the caller when it is finished.
-