| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerialPort.FlowControl | |
|---|---|
| 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.FlowControl in edu.wpi.first.wpilibj | 
|---|
| Fields in edu.wpi.first.wpilibj declared as SerialPort.FlowControl | |
|---|---|
| static SerialPort.FlowControl | SerialPort.FlowControl.kDtrDsrflowcontrol: use dts dsr | 
| static SerialPort.FlowControl | SerialPort.FlowControl.kNoneflowControl: use none | 
| static SerialPort.FlowControl | SerialPort.FlowControl.kRtsCtsflowcontrol: use rts cts | 
| static SerialPort.FlowControl | SerialPort.FlowControl.kXonXoffflowcontrol: use on/off | 
| Methods in edu.wpi.first.wpilibj with parameters of type SerialPort.FlowControl | |
|---|---|
|  void | SerialPort.setFlowControl(SerialPort.FlowControl flowControl)Set the type of flow control to enable on this port. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||