| Package | Description |
|---|---|
| com.embeddedunveiled.serial.hid |
Encapsulates behavior and environment centered around communication with human
interface devices (HID class devices).
|
| com.embeddedunveiled.serial.usb |
Encapsulates behavior and environment centered around serial port communication
involving use of USB port and USB services.
|
| Modifier and Type | Field and Description |
|---|---|
protected SerialComHIDJNIBridge |
SerialComHID.mHIDJNIBridge |
protected SerialComHIDJNIBridge |
SerialComHIDTransport.mHIDJNIBridge |
| Constructor and Description |
|---|
SerialComHID(SerialComHIDJNIBridge mHIDJNIBridge,
int osType)
Allocates a new SerialComHID object.
|
SerialComHIDTransport(SerialComHIDJNIBridge mHIDJNIBridge,
int osType)
Allocates a new SerialComHID object.
|
SerialComRawHID(SerialComHIDJNIBridge mHIDJNIBridge,
int osType)
Construct and allocates a new SerialComRawHID object with given details.
|
| Constructor and Description |
|---|
SerialComUSBHID(SerialComHIDJNIBridge mHIDJNIBridge,
int osType)
Construct and allocates a new SerialComUSBHID object with given details.
|
Copyright © 2016. All rights reserved.