| Package | Description |
|---|---|
| net.lecousin.framework.system.unix.jna.linux |
Mapping with native libraries for Linux.
|
| Modifier and Type | Method and Description |
|---|---|
Udev.UdevMonitor |
Udev.udev_monitor_new_from_netlink(Udev.UdevHandle handle,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
Udev.udev_monitor_enable_receiving(Udev.UdevMonitor monitor) |
int |
Udev.udev_monitor_filter_add_match_subsystem_devtype(Udev.UdevMonitor monitor,
String subsystem,
String devtype) |
int |
Udev.udev_monitor_get_fd(Udev.UdevMonitor monitor) |
Udev.UdevDevice |
Udev.udev_monitor_receive_device(Udev.UdevMonitor monitor) |
void |
Udev.udev_monitor_unref(Udev.UdevMonitor monitor) |
Copyright © 2020. All rights reserved.