Inherits tanca.libsat.Debug, and Runnable.
|
| JavaUSB (Context _context) |
|
void | setSendData (String _sendData) |
|
void | setTimeout (int _timer) |
|
String | getRecvData () |
|
boolean | openDevice () |
|
void | closeDevice () |
|
void | run () |
|
String | getDebugDir () |
|
void | setDebugDir (String dirPath) |
|
int | getDebugLevel () |
|
void | setDebugLevel (int _level) |
|
| Debug (int _level) |
|
void | Log (int _level, String data) |
|
|
Context | context |
|
UsbManager | manager |
|
UsbDevice | device |
|
UsbDeviceConnection | connection |
|
UsbInterface | controlInterface |
|
UsbEndpoint | endpointIn |
|
UsbEndpoint | endpointOut |
|
byte[] | recvBytes = new byte[CONSTANTS.MAX_DATA_PACKAGE] |
|
String | sendData |
|
String | recvData |
|
int | timeout = 1000 |
|
String | friendlyError |
|
|
static int | vendorID = 1317 |
|
|
String | getDebugDir () |
|
void | setDebugDir (String dirPath) |
|
int | getDebugLevel () |
|
void | setDebugLevel (int _level) |
|
The documentation for this class was generated from the following file:
- D:/Tanca/repositorios/tanca_libsat/LibSATAndroid/libsat/src/main/java/tanca/libsat/JavaUSB.java