edu.wpi.first.wpilibj
Class SerialPort.FlowControl

java.lang.Object
  extended by edu.wpi.first.wpilibj.SerialPort.FlowControl
Enclosing class:
SerialPort

public static class SerialPort.FlowControl
extends java.lang.Object

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

value

public final int value
The integer value representing this enumeration


kNone

public static final SerialPort.FlowControl kNone
flowControl: use none


kXonXoff

public static final SerialPort.FlowControl kXonXoff
flowcontrol: use on/off


kRtsCts

public static final SerialPort.FlowControl kRtsCts
flowcontrol: use rts cts


kDtrDsr

public static final SerialPort.FlowControl kDtrDsr
flowcontrol: use dts dsr