Package com.tccc.kos.core.service.udev
Class UdevNode
java.lang.Object
com.tccc.kos.commons.util.ready.ReadyBean
com.tccc.kos.core.service.udev.UdevNode
- All Implemented Interfaces:
Ready
,ReadyListener
All udev information about a node.
- Version:
- 2023-09-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDeviceClass
(int udevClass) Query the device class and add the resultsMethods inherited from class com.tccc.kos.commons.util.ready.ReadyBean
getReady, onBeanReady, onDependenciesReady
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tccc.kos.commons.util.ready.ReadyListener
onDependenciesGroupReady
-
Constructor Details
-
UdevNode
public UdevNode()
-
-
Method Details
-
addDeviceClass
public void addDeviceClass(int udevClass) Query the device class and add the results -
getNodeId
-