| Modifier and Type | Method and Description |
|---|---|
void |
CommPortIdentifier.SerialPortImpl.enableReceiveFraming(int framingByte) |
abstract void |
CommPort.enableReceiveFraming(int framingByte) |
void |
CommPortIdentifier.SerialPortImpl.enableReceiveThreshold(int thresh) |
abstract void |
CommPort.enableReceiveThreshold(int thresh) |
void |
CommPortIdentifier.SerialPortImpl.enableReceiveTimeout(int rcvTimeout) |
abstract void |
CommPort.enableReceiveTimeout(int rcvTimeout) |
CommPort |
CommPortIdentifier.open(FileDescriptor fd) |
abstract void |
SerialPort.setFlowControlMode(int flowcontrol) |
void |
CommPortIdentifier.SerialPortImpl.setFlowControlMode(int flowcontrol) |
abstract int |
ParallelPort.setMode(int mode) |
abstract void |
SerialPort.setSerialPortParams(int baudrate,
int dataBits,
int stopBits,
int parity) |
void |
CommPortIdentifier.SerialPortImpl.setSerialPortParams(int baudrate,
int dataBits,
int stopBits,
int parity) |
Copyright © 2016. All rights reserved.