"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.Relay.Value

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.kForward
          value: forward
static Relay.Value Relay.Value.kOff
          value: off
static Relay.Value Relay.Value.kOn
          value: on for relays with defined direction
static Relay.Value Relay.Value.kReverse
          value: 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

"

"
For updated information see the Java FRC site
"