edu.wpi.first.wpilibj
Class SerialPort.StopBits

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

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

Represents the number of stop bits to use for Serial Communication


Field Summary
static SerialPort.StopBits kOne
          stopBits: use 1
static SerialPort.StopBits kOnePointFive
          stopBits: use 1.5
static SerialPort.StopBits kTwo
          stopBits: use 2
 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


kOne

public static final SerialPort.StopBits kOne
stopBits: use 1


kOnePointFive

public static final SerialPort.StopBits kOnePointFive
stopBits: use 1.5


kTwo

public static final SerialPort.StopBits kTwo
stopBits: use 2