|
|||||||||
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 |
kDtrDsr
flowcontrol: use dts dsr |
static SerialPort.FlowControl |
kNone
flowControl: use none |
static SerialPort.FlowControl |
kRtsCts
flowcontrol: use rts cts |
static SerialPort.FlowControl |
kXonXoff
flowcontrol: use on/off |
int |
value
The 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 |