Package com.sun.jna.platform.linux
Klasse Udev.UdevListEntry
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.linux.Udev.UdevListEntry
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
Udev
Whenever libudev returns a list of objects, the
udev_list_entry
API
should be used to iterate, access and modify those lists.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Konstruktordetails
-
UdevListEntry
public UdevListEntry()
-
-
Methodendetails
-
getNext
Gets the next entry in the enumeration.- Gibt zurück:
- On success, returns the next list entry. If no such entry can be found, or on failure, NULL is returned.
-
getName
Get the name of this entry, which is the path of the device in/sys
.- Gibt zurück:
- A string representing the syspath. On failure, NULL is returned.
-