|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface USBInterface
Interface to a USB device. Includes constants such as assigned VID and PID range for jAER devices.
Field Summary | |
---|---|
static short |
PID_THESYCON_END
The ending PID that goes with VID_THESYCON |
static short |
PID_THESYCON_START
The starting PID that goes with VID_THESYCON |
static short |
VID_THESYCON
The vendor ID that goes with VID/PIDs bought from Thesycon |
Method Summary | |
---|---|
short |
getDID()
|
short |
getPID()
|
java.lang.String[] |
getStringDescriptors()
return the string USB descriptors for the device. |
short |
getVID()
|
int[] |
getVIDPID()
Deprecated. use getVID and getPID instead |
Methods inherited from interface net.sf.jaer.hardwareinterface.HardwareInterface |
---|
close, getTypeName, isOpen, open |
Field Detail |
---|
static final short VID_THESYCON
static final short PID_THESYCON_START
static final short PID_THESYCON_END
Method Detail |
---|
java.lang.String[] getStringDescriptors()
int[] getVIDPID()
short getVID()
short getPID()
short getDID()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |