Uses of Class
org.lsst.ccs.drivers.usb.UsbTimeoutException

Packages that use UsbTimeoutException
org.lsst.ccs.drivers.usb   
 

Uses of UsbTimeoutException in org.lsst.ccs.drivers.usb
 

Methods in org.lsst.ccs.drivers.usb that throw UsbTimeoutException
 int UsbCommPipe.read(byte[] data, int timeout)
          Reads data from the pipe
 int UsbCommPipe.read(byte[] data, int offs, int leng, int timeout)
          Reads data from the pipe
 int UsbComm.read(int type, int rqst, int value, int index, byte[] data, int timeout)
          Reads data from the control endpoint
 int UsbComm.read(int type, int rqst, int value, int index, byte[] data, int offs, int leng, int timeout)
          Reads data from the control endpoint
 



Copyright © 2013 LSST. All Rights Reserved.