edu.wpi.first.wpilibj
Class Relay.Value

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

public static class Relay.Value
extends java.lang.Object

The state to drive a Relay to.


Field Summary
static Relay.Value kForward
          value: forward
static Relay.Value kOff
          value: off
static Relay.Value kOn
          value: on for relays with defined direction
static Relay.Value kReverse
          value: reverse
 int value
          The integer value representing this enumeration
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value representing this enumeration


kOff

public static final Relay.Value kOff
value: off


kOn

public static final Relay.Value kOn
value: on for relays with defined direction


kForward

public static final Relay.Value kForward
value: forward


kReverse

public static final Relay.Value kReverse
value: reverse