Package com.sun.jna.platform.mac
Klasse IOKit.IOIterator
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.IOKit.IOObject
com.sun.jna.platform.mac.IOKit.IOIterator
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
IOKit
An IOKit iterator handle.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnext()
Convenience method forIOKit.IOIteratorNext(com.sun.jna.platform.mac.IOKit.IOIterator)
on this object.Von Klasse geerbte Methoden com.sun.jna.platform.mac.IOKit.IOObject
conformsTo, release
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Konstruktordetails
-
IOIterator
public IOIterator() -
IOIterator
-
-
Methodendetails
-
next
Convenience method forIOKit.IOIteratorNext(com.sun.jna.platform.mac.IOKit.IOIterator)
on this object.- Gibt zurück:
- 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.
-