| Package | Description |
|---|---|
| com.serialpundit.hid |
Encapsulates behavior and environment involving use of a HID protocols and standards.
|
| com.serialpundit.hid.internal |
For internal use.
|
| 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 © 2017. All rights reserved.