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. attachedDevicesThe currently attached devices keyed on IDMethods in org.hid4java that return HidDevice Modifier and Type Method Description HidDeviceHidServices. 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 HidDeviceHidServicesEvent. hidDeviceMethods in org.hid4java.event that return HidDevice Modifier and Type Method Description HidDeviceHidServicesEvent. getHidDevice()Methods in org.hid4java.event with parameters of type HidDevice Modifier and Type Method Description voidHidServicesListenerList. fireHidDeviceAttached(HidDevice hidDevice)Fire the HID device attached eventvoidHidServicesListenerList. fireHidDeviceDetached(HidDevice hidDevice)Fire the HID device detached eventvoidHidServicesListenerList. fireHidFailure(HidDevice hidDevice)Fire the HID failure eventConstructors in org.hid4java.event with parameters of type HidDevice Constructor Description HidServicesEvent(HidDevice device)
-