| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.wpi.first.wpilibj.Relay.Direction
public static class Relay.Direction
The Direction(s) that a relay is configured to operate in.
| Field Summary | |
|---|---|
| static Relay.Direction | kBothdirection: both directions are valid | 
| static Relay.Direction | kForwarddirection: Only forward is valid | 
| static Relay.Direction | kReversedirection: only reverse is valid | 
|  int | valueThe 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 | 
|---|
public final int value
public static final Relay.Direction kBoth
public static final Relay.Direction kForward
public static final Relay.Direction kReverse
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||