"

2013 FRC Java API

"

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

Packages that use DoubleSolenoid.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 DoubleSolenoid.Value in edu.wpi.first.wpilibj
 

Fields in edu.wpi.first.wpilibj declared as DoubleSolenoid.Value
static DoubleSolenoid.Value DoubleSolenoid.Value.kForward
           
static DoubleSolenoid.Value DoubleSolenoid.Value.kOff
           
static DoubleSolenoid.Value DoubleSolenoid.Value.kReverse
           
 

Methods in edu.wpi.first.wpilibj that return DoubleSolenoid.Value
 DoubleSolenoid.Value DoubleSolenoid.get()
          Read the current value of the solenoid.
 

Methods in edu.wpi.first.wpilibj with parameters of type DoubleSolenoid.Value
 void DoubleSolenoid.set(DoubleSolenoid.Value value)
          Set the value of a solenoid.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"