| Package | Description |
|---|---|
| com.embeddedunveiled.serial.hid |
Encapsulates behavior and environment centered around communication with human
interface devices (HID class devices).
|
| com.embeddedunveiled.serial.internal |
Encapsulates behavior and environment required for internal use of this library
in a consolidated way.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerialComRawHID.registerInputReportListener(long handle,
IHIDInputReportListener listener,
byte[] inputReportBuffer)
Registers a listener which will be invoked whenever an input report is available to read.
|
boolean |
SerialComRawHID.unregisterInputReportListener(IHIDInputReportListener listener)
This unregisters listener and terminates worker thread which was delivering input reports.
|
| Modifier and Type | Method and Description |
|---|---|
IHIDInputReportListener |
HIDdevHandleInfo.getInputReportListener()
Gives input report listener associated with given HID device handle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HIDdevHandleInfo.setInputReportListener(IHIDInputReportListener mInputReportListener)
Set the input report listener who will get input reports for given handle.
|
| Constructor and Description |
|---|
HIDdevHandleInfo(IHIDInputReportListener mInputReportListener)
Allocates and create new HIDdevHandleInfo object with given details.
|
Copyright © 2016. All rights reserved.