| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.wpi.first.wpilibj.SerialPort.FlowControl
public static class SerialPort.FlowControl
Represents what type of flow control to use for serial communication
| Field Summary | |
|---|---|
| static SerialPort.FlowControl | kDtrDsrflowcontrol: use dts dsr | 
| static SerialPort.FlowControl | kNoneflowControl: use none | 
| static SerialPort.FlowControl | kRtsCtsflowcontrol: use rts cts | 
| static SerialPort.FlowControl | kXonXoffflowcontrol: use on/off | 
|  int | valueThe integer value representing this enumeration | 
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public final int value
public static final SerialPort.FlowControl kNone
public static final SerialPort.FlowControl kXonXoff
public static final SerialPort.FlowControl kRtsCts
public static final SerialPort.FlowControl kDtrDsr
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||