| Package | Description |
|---|---|
| org.lsst.ccs.drivers.usb |
| Modifier and Type | Method and Description |
|---|---|
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 © 2014 LSST. All Rights Reserved.