Package | Description |
---|---|
org.hid4java | |
org.hid4java.event |
Modifier and Type | Method and Description |
---|---|
HidDevice |
HidServices.getHidDevice(int vendorId,
int productId,
String serialNumber) |
Modifier and Type | Method and Description |
---|---|
List<HidDevice> |
HidServices.getAttachedHidDevices() |
Modifier and Type | Method and Description |
---|---|
HidDevice |
HidServicesEvent.getHidDevice() |
Modifier and Type | Method and Description |
---|---|
void |
HidServicesListenerList.fireHidDeviceAttached(HidDevice hidDevice)
Fire the HID device attached event
|
void |
HidServicesListenerList.fireHidDeviceDetached(HidDevice hidDevice)
Fire the HID device detached event
|
void |
HidServicesListenerList.fireHidFailure(HidDevice hidDevice)
Fire the HID failure event
|
Constructor and Description |
---|
HidServicesEvent(HidDevice device) |
Copyright © 2014–2015 Bitcoin Solutions Ltd. All rights reserved.