| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerialPort.StopBits | |
|---|---|
| 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.StopBits in edu.wpi.first.wpilibj | 
|---|
| Fields in edu.wpi.first.wpilibj declared as SerialPort.StopBits | |
|---|---|
| static SerialPort.StopBits | SerialPort.StopBits.kOnestopBits: use 1 | 
| static SerialPort.StopBits | SerialPort.StopBits.kOnePointFivestopBits: use 1.5 | 
| static SerialPort.StopBits | SerialPort.StopBits.kTwostopBits: use 2 | 
| Constructors in edu.wpi.first.wpilibj with parameters of type SerialPort.StopBits | |
|---|---|
| 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 | |||||||||