public class SerialComHIDTransport extends Object
Super class for all HID transport mediums.
| Modifier and Type | Field and Description |
|---|---|
protected SerialComHIDJNIBridge |
mHIDJNIBridge |
protected int |
osType |
| Constructor and Description |
|---|
SerialComHIDTransport(SerialComHIDJNIBridge mHIDJNIBridge,
int osType)
Allocates a new SerialComHID object.
|
protected SerialComHIDJNIBridge mHIDJNIBridge
protected int osType
public SerialComHIDTransport(SerialComHIDJNIBridge mHIDJNIBridge, int osType)
Allocates a new SerialComHID object.
mHIDJNIBridge - interface class to native library for calling platform specific routines.Copyright © 2016. All rights reserved.