|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jSyncManager.API.Transport.SLPTransportInterface | +--org.jSyncManager.API.Transport.USBTransportInterface
USBTransportInterface.java USB Transport Class. This class provides a bridge between the Java USB API and the SLP Protocol class.
Field Summary | |
---|---|
static int |
CLIE_VENDOR_ID
The vendor ID for Sony Clie devices. |
static int |
HANDSPRING_VENDOR_ID
The vendor ID for HandSpring devices. |
static int |
PALM_VENDOR_ID
The vendor ID for Palm devices. |
Fields inherited from class org.jSyncManager.API.Transport.SLPTransportInterface |
---|
configPanel, connected |
Constructor Summary | |
---|---|
USBTransportInterface()
Constructor for the USBTransportInterface class. |
Methods inherited from class org.jSyncManager.API.Transport.SLPTransportInterface |
---|
close, constructConfigPanel, flush, getConfigPanel, getResourceBundle, getResourceBundleName, getTransportDescription, getTransportExceptionText, getTransportName, initialize, initialize, isConnected, loadResourceBundle, open, readByte, setConnected, writeBytes |
Methods inherited from class java.lang.Object |
---|
|
Field Detail |
public static final int HANDSPRING_VENDOR_ID
public static final int PALM_VENDOR_ID
public static final int CLIE_VENDOR_ID
Constructor Detail |
public USBTransportInterface() throws TransportException
TransportException
- any exception thrown by the parent classes constructor
is rethrown by this constructor.
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |