Uses of Class
org.hid4java.HidDevice
-
Packages that use HidDevice Package Description org.hid4java org.hid4java.event -
-
Uses of HidDevice in org.hid4java
Fields in org.hid4java with type parameters of type HidDevice Modifier and Type Field Description private java.util.Map<java.lang.String,HidDevice>
HidDeviceManager. attachedDevices
The currently attached devices keyed on IDMethods in org.hid4java that return HidDevice Modifier and Type Method Description HidDevice
HidServices. getHidDevice(int vendorId, int productId, java.lang.String serialNumber)
Methods in org.hid4java that return types with arguments of type HidDevice Modifier and Type Method Description java.util.List<HidDevice>
HidDeviceManager. getAttachedHidDevices()
java.util.List<HidDevice>
HidServices. getAttachedHidDevices()
-
Uses of HidDevice in org.hid4java.event
Fields in org.hid4java.event declared as HidDevice Modifier and Type Field Description private HidDevice
HidServicesEvent. hidDevice
Methods in org.hid4java.event that return HidDevice Modifier and Type Method Description HidDevice
HidServicesEvent. getHidDevice()
Methods in org.hid4java.event with parameters of type HidDevice Modifier and Type Method Description void
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 Constructor Description HidServicesEvent(HidDevice device)
-