jAER project on SourceForge

net.sf.jaer.hardwareinterface.usb
Class UsbIoUtilities

java.lang.Object
  extended by net.sf.jaer.hardwareinterface.usb.UsbIoUtilities

public class UsbIoUtilities
extends java.lang.Object

Static methods and flags for USBIO to help build code that will run on non-windows platforms even though Thesycon USBIO package will not run there.

Author:
tobi

Field Summary
static boolean usbIoIsAvailable
          classes can check this before trying to do things with UsbIo
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usbIoIsAvailable

public static boolean usbIoIsAvailable
classes can check this before trying to do things with UsbIo


jAER project on SourceForge