|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.SerialPort.StopBits
public static class SerialPort.StopBits
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int value
public static final SerialPort.StopBits kOne
public static final SerialPort.StopBits kOnePointFive
public static final SerialPort.StopBits kTwo
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |