public static class Udev.UdevListEntry extends PointerType
udev_list_entry
API
should be used to iterate, access and modify those lists.Constructor and Description |
---|
UdevListEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of this entry, which is the path of the device in
/sys . |
Udev.UdevListEntry |
getNext()
Gets the next entry in the enumeration.
|
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
public Udev.UdevListEntry getNext()
public java.lang.String getName()
/sys
.