| Package | Description |
|---|---|
| org.aoju.bus.health.common.linux |
| Modifier and Type | Method and Description |
|---|---|
Udev.UdevDevice |
Udev.udev_device_get_parent_with_subsystem_devtype(Udev.UdevDevice udev_device,
String subsystem,
String devtype)
udev_device_get_parent_with_subsystem_devtype.
|
Udev.UdevDevice |
Udev.udev_device_new_from_syspath(Udev.UdevHandle udev,
String syspath)
udev_device_new_from_syspath.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Udev.udev_device_get_devnode(Udev.UdevDevice udev_device)
udev_device_get_devnode.
|
String |
Udev.udev_device_get_devtype(Udev.UdevDevice udev_device)
udev_device_get_devtype.
|
Udev.UdevDevice |
Udev.udev_device_get_parent_with_subsystem_devtype(Udev.UdevDevice udev_device,
String subsystem,
String devtype)
udev_device_get_parent_with_subsystem_devtype.
|
String |
Udev.udev_device_get_property_value(Udev.UdevDevice udev_device,
String key)
udev_device_get_property_value.
|
String |
Udev.udev_device_get_sysattr_value(Udev.UdevDevice udev_device,
String sysattr)
udev_device_get_sysattr_value.
|
String |
Udev.udev_device_get_sysname(Udev.UdevDevice udev_device)
udev_device_get_sysname.
|
String |
Udev.udev_device_get_syspath(Udev.UdevDevice udev_device)
udev_device_get_syspath.
|
void |
Udev.udev_device_unref(Udev.UdevDevice udev_device)
udev_device_unref.
|
Copyright © 2019. All rights reserved.