Enum SerialPort.StopBits

java.lang.Object
java.lang.Enum<SerialPort.StopBits>
edu.wpi.first.wpilibj.SerialPort.StopBits
All Implemented Interfaces:
Serializable, Comparable<SerialPort.StopBits>, Constable
Enclosing class:
SerialPort

public static enum SerialPort.StopBits
extends Enum<SerialPort.StopBits>
Represents the number of stop bits to use for Serial Communication.