Uses of Class
org.hid4java.HidDevice
Packages that use HidDevice
-
Uses of HidDevice in org.hid4java
Fields in org.hid4java with type parameters of type HidDeviceModifier and TypeFieldDescriptionHidDeviceManager.attachedDevices
The currently attached devices keyed on IDMethods in org.hid4java that return HidDeviceModifier and TypeMethodDescriptionHidServices.getHidDevice
(int vendorId, int productId, String serialNumber) Methods in org.hid4java that return types with arguments of type HidDeviceModifier and TypeMethodDescriptionHidDeviceManager.getAttachedHidDevices()
HidServices.getAttachedHidDevices()
-
Uses of HidDevice in org.hid4java.event
Fields in org.hid4java.event declared as HidDeviceMethods in org.hid4java.event that return HidDeviceMethods in org.hid4java.event with parameters of type HidDeviceModifier and TypeMethodDescriptionvoid
HidServicesListenerList.fireHidDeviceAttached
(HidDevice hidDevice) Fire the HID device attached eventvoid
HidServicesListenerList.fireHidDeviceDetached
(HidDevice hidDevice) Fire the HID device detached eventvoid
HidServicesListenerList.fireHidFailure
(HidDevice hidDevice) Fire the HID failure eventConstructors in org.hid4java.event with parameters of type HidDevice