Uses of Class
org.hid4java.HidException
-
Packages that use HidException Package Description org.hid4java -
-
Uses of HidException in org.hid4java
Methods in org.hid4java that throw HidException Modifier and Type Method Description static HidServices
HidManager. getHidServices()
Simple service provider providing generally safe defaults.static HidServices
HidManager. getHidServices(HidServicesSpecification hidServicesSpecification)
Fully configurable service providerConstructors in org.hid4java that throw HidException Constructor Description HidDeviceManager(HidServicesListenerList listenerList, HidServicesSpecification hidServicesSpecification)
Constructs a new device managerHidServices()
Initialise with a default HID specification
-