LabJackJNI is a Java API for the LabJack analog/digital
measurement device. The API uses JNI for Win32 systems.
LabJackJNI provides direct access to all of the ljackuw.dll
functions. The only difference in the API is that arrays are used in Java where
pointers are used in C.
An alternate, simpler interface is also available via the LabJackWrapper
class. |