|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ionetrics.lib.annotatorcomm.ftd2xx.FTD2XXDeviceInfo
public class FTD2XXDeviceInfo
FTD2XX Device Enumeration Information
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the device's description. |
int |
getId()
Get the device VID/PID. |
int |
getPID()
Get the device's Product ID (PID). |
java.lang.String |
getSerialNumber()
Get the device's serial number. |
int |
getType()
Get the device type. |
int |
getVID()
Get the device's Vendor ID (VID). |
boolean |
isOpen()
Check is the device was open when this object was constructed. |
java.lang.String |
toString()
Get a String representation of the device. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isOpen()
public int getType()
public int getId()
public int getVID()
public int getPID()
public java.lang.String getSerialNumber()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |