"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.SerialPort.StopBits

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.kOne
          stopBits: use 1
static SerialPort.StopBits SerialPort.StopBits.kOnePointFive
          stopBits: use 1.5
static SerialPort.StopBits SerialPort.StopBits.kTwo
          stopBits: 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

"

"
For updated information see the Java FRC site
"