| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relay.Value | |
|---|---|
| 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 Relay.Value in edu.wpi.first.wpilibj | 
|---|
| Fields in edu.wpi.first.wpilibj declared as Relay.Value | |
|---|---|
| static Relay.Value | Relay.Value.kForwardvalue: forward | 
| static Relay.Value | Relay.Value.kOffvalue: off | 
| static Relay.Value | Relay.Value.kOnvalue: on for relays with defined direction | 
| static Relay.Value | Relay.Value.kReversevalue: reverse | 
| Methods in edu.wpi.first.wpilibj that return Relay.Value | |
|---|---|
|  Relay.Value | Relay.get()Get the Relay State Gets the current state of the relay. | 
| Methods in edu.wpi.first.wpilibj with parameters of type Relay.Value | |
|---|---|
|  void | Relay.set(Relay.Value value)Set the relay state. | 
|  void | Compressor.setRelayValue(Relay.Value relayValue)Operate the relay for the compressor. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||