| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerialPort.Parity | |
|---|---|
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| Uses of SerialPort.Parity in edu.wpi.first.wpilibj | 
|---|
| Fields in edu.wpi.first.wpilibj declared as SerialPort.Parity | |
|---|---|
| static SerialPort.Parity | SerialPort.Parity.kEvenparity: Use even parity | 
| static SerialPort.Parity | SerialPort.Parity.kMarkparity: Use mark parity | 
| static SerialPort.Parity | SerialPort.Parity.kNoneparity: Use no parity | 
| static SerialPort.Parity | SerialPort.Parity.kOddparity: Use odd parity | 
| static SerialPort.Parity | SerialPort.Parity.kSpaceparity: Use space parity | 
| Constructors in edu.wpi.first.wpilibj with parameters of type SerialPort.Parity | |
|---|---|
| SerialPort(int baudRate,
           int dataBits,
           SerialPort.Parity parity)Create an instance of a Serial Port class. | |
| SerialPort(int baudRate,
           int dataBits,
           SerialPort.Parity parity,
           SerialPort.StopBits stopBits)Create an instance of a Serial Port class. | |
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||