LibSAT - Tanca Informática  1.0.4
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
tanca.libsat.JavaUSB Class Reference

Inherits tanca.libsat.Debug, and Runnable.

Public Member Functions

 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)
 
- Public Member Functions inherited from tanca.libsat.Debug
 Debug (int _level)
 
void Log (int _level, String data)
 

Protected Attributes

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 Protected Attributes

static int vendorID = 1317
 

Additional Inherited Members

- Protected Member Functions inherited from tanca.libsat.Debug
String getDebugDir ()
 
void setDebugDir (String dirPath)
 
int getDebugLevel ()
 
void setDebugLevel (int _level)
 

The documentation for this class was generated from the following file: