|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.teravation.labjack.LabJackFactory
This class handles the creation of platform-specific instances of the LabJack
interface.
Constructor Summary | |
LabJackFactory()
LabJackFactory constructor (empty) |
Method Summary | |
float |
getDriverVersion()
Returns the version number of the underlying driver |
com.teravation.labjack.LabJack |
getLabJack(int serialNumber)
Returns one instance of LabJack for each physical device connected to the system |
com.teravation.labjack.LabJack[] |
getLabJacks()
Returns one instance of LabJack for each physical device connected to the system |
com.teravation.labjack.LabJack[] |
getLabJacks(boolean find)
Returns one instance of LabJack for each physical device connected to the system |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabJackFactory()
Method Detail |
public com.teravation.labjack.LabJack getLabJack(int serialNumber) throws LabJackException
serialNumber
- int
LabJackException
- on any underlying DLL error.public com.teravation.labjack.LabJack[] getLabJacks() throws LabJackException
LabJackException
- on any underlying DLL error.public com.teravation.labjack.LabJack[] getLabJacks(boolean find) throws LabJackException
find
- boolean
LabJackException
- on any underlying DLL error.public float getDriverVersion() throws LabJackException
LabJackException
- on any underlying DLL error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |