public interface FtdiInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getModemStatus() |
int |
getQueueStatus() |
void |
open(int index,
String serial) |
void |
open(String node,
int index,
String serial) |
int |
read(byte[] data) |
int |
read(byte[] data,
int offset,
int count) |
void |
setBaudrate(int baudrate) |
void |
setDataCharacteristics(int wordLength,
int stopBits,
int parity) |
void |
setTimeouts(int rcveTimeout,
int xmitTimeout) |
int |
write(byte[] data) |
int |
write(byte[] data,
int offset,
int count) |
void open(int index,
String serial)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid open(String node, int index, String serial) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid close()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setBaudrate(int baudrate)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setDataCharacteristics(int wordLength,
int stopBits,
int parity)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setTimeouts(int rcveTimeout,
int xmitTimeout)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint read(byte[] data) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint read(byte[] data,
int offset,
int count)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint write(byte[] data) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint write(byte[] data,
int offset,
int count)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint getQueueStatus()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint getModemStatus()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2014 LSST. All rights reserved.