C D E F G H L O P R S T W

C

ClassPathLibraryLoader - Class in com.codeminders.hidapi
 
ClassPathLibraryLoader() - Constructor for class com.codeminders.hidapi.ClassPathLibraryLoader
 
close() - Method in class com.codeminders.hidapi.HIDDevice
Close open device.
com.codeminders.hidapi - package com.codeminders.hidapi
 

D

disableBlocking() - Method in class com.codeminders.hidapi.HIDDevice
Disable blocking reads for this HIDDevice object.

E

enableBlocking() - Method in class com.codeminders.hidapi.HIDDevice
Enable blocking reads for this HIDDevice object.
equals(Object) - Method in class com.codeminders.hidapi.HIDDevice
Method to compare HIDDevice object instances.

F

finalize() - Method in class com.codeminders.hidapi.HIDDevice
Destructor to destroy the HIDDevice object.
finalize() - Method in class com.codeminders.hidapi.HIDManager
Release HID manager.

G

getFeatureReport(byte[]) - Method in class com.codeminders.hidapi.HIDDevice
Get a Feature Report from a HID device.
getIndexedString(int) - Method in class com.codeminders.hidapi.HIDDevice
Get a string from a HID device, based on its string index.
getInstance() - Static method in class com.codeminders.hidapi.HIDManager
 
getInterface_number() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the USB interface which this logical device represents.
getManufacturer_string() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device manufacturer string.
getManufacturerString() - Method in class com.codeminders.hidapi.HIDDevice
Get The Manufacturer String from a HID device.
getPath() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the platform-specific device path.
getProduct_id() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device USB product ID.
getProduct_string() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device product string
getProductString() - Method in class com.codeminders.hidapi.HIDDevice
Get The Product String from a HID device.
getRelease_number() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device release number in binary-coded decimal, also known as device version number.
getSerial_number() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device serial number.
getSerialNumberString() - Method in class com.codeminders.hidapi.HIDDevice
Get The Serial Number String from a HID device.
getUsage() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device usage (Windows/Mac only).
getUsage_page() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device usage page (Windows/Mac only).
getVendor_id() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Get the device USB vendor ID.

H

hashCode() - Method in class com.codeminders.hidapi.HIDDevice
Returns a hash code for this HIDDevice object.
HIDDevice - Class in com.codeminders.hidapi
Instance of this class represents an open HID device.
HIDDevice(long) - Constructor for class com.codeminders.hidapi.HIDDevice
Set peer to object.
HIDDeviceInfo - Class in com.codeminders.hidapi
Container class which contains HID device properties.
HIDDeviceNotFoundException - Exception in com.codeminders.hidapi
Thrown if HID Device with given criteria could not be found
HIDDeviceNotFoundException() - Constructor for exception com.codeminders.hidapi.HIDDeviceNotFoundException
Constructs a HIDDeviceNotFoundException with no detailed error message.
HIDDeviceNotFoundException(String) - Constructor for exception com.codeminders.hidapi.HIDDeviceNotFoundException
Constructs a HIDDeviceNotFoundException with the specified error message.
HIDManager - Class in com.codeminders.hidapi
HIDManager.java High-level interface to enumerate, find , open HID devices and get connect/disconnect notifications.

L

listDevices() - Method in class com.codeminders.hidapi.HIDManager
Get list of all the HID devices attached to the system.
loadNativeHIDLibrary() - Static method in class com.codeminders.hidapi.ClassPathLibraryLoader
 

O

open() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Open a HID device using a path name from this class.
openById(int, int, String) - Method in class com.codeminders.hidapi.HIDManager
Convenience method to open a HID device using a Vendor ID (VID), Product ID (PID) and optionally a serial number.
openByPath(String) - Method in class com.codeminders.hidapi.HIDManager
Convenience method to find and open device by path

P

peer - Variable in class com.codeminders.hidapi.HIDDevice
 
peer - Variable in class com.codeminders.hidapi.HIDManager
 

R

read(byte[]) - Method in class com.codeminders.hidapi.HIDDevice
Read an Input Report to a HID device.
readTimeout(byte[], int) - Method in class com.codeminders.hidapi.HIDDevice
Read an Input report from a HID device with timeout.
release() - Method in class com.codeminders.hidapi.HIDManager
Release underlying HID layer.

S

sendFeatureReport(byte[]) - Method in class com.codeminders.hidapi.HIDDevice
Send a Feature Report to the HID device.

T

toString() - Method in class com.codeminders.hidapi.HIDDeviceInfo
Override method for conversion this object to String object.

W

write(byte[]) - Method in class com.codeminders.hidapi.HIDDevice
Write an Output Report to a HID device.

C D E F G H L O P R S T W