|
" 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.Parity
public static class SerialPort.Parity
Represents the parity to use for serial communications
| Field Summary | |
|---|---|
static SerialPort.Parity |
kEven
parity: Use even parity |
static SerialPort.Parity |
kMark
parity: Use mark parity |
static SerialPort.Parity |
kNone
parity: Use no parity |
static SerialPort.Parity |
kOdd
parity: Use odd parity |
static SerialPort.Parity |
kSpace
parity: Use space parity |
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.Parity kNone
public static final SerialPort.Parity kOdd
public static final SerialPort.Parity kEven
public static final SerialPort.Parity kMark
public static final SerialPort.Parity kSpace
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||