"

2013 FRC Java API

"

edu.wpi.first.wpilibj
Class Relay.Direction

java.lang.Object
  extended by edu.wpi.first.wpilibj.Relay.Direction
Enclosing class:
Relay

public static class Relay.Direction
extends Object

The Direction(s) that a relay is configured to operate in.


Field Summary
static Relay.Direction kBoth
          direction: both directions are valid
static Relay.Direction kForward
          direction: Only forward is valid
static Relay.Direction kReverse
          direction: only reverse is valid
 int value
          The integer value representing this enumeration
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value representing this enumeration


kBoth

public static final Relay.Direction kBoth
direction: both directions are valid


kForward

public static final Relay.Direction kForward
direction: Only forward is valid


kReverse

public static final Relay.Direction kReverse
direction: only reverse is valid


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"