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 SummaryConstructors
- 
Method SummaryModifier 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.IOObjectconformsTo, releaseMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Constructor Details- 
IOIteratorpublic IOIterator()
- 
IOIterator
 
- 
- 
Method Details- 
nextConvenience 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 nullis returned. The element should be released by the caller when it is finished.
 
 
-