edu.wpi.first.wpilibj
Class GenericHID.Hand

java.lang.Object
  extended by edu.wpi.first.wpilibj.GenericHID.Hand
Enclosing class:
GenericHID

public static class GenericHID.Hand
extends java.lang.Object

Which hand the Human Interface Device is associated with.


Field Summary
static GenericHID.Hand kLeft
          hand: left
static GenericHID.Hand kRight
          hand: right
 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


kLeft

public static final GenericHID.Hand kLeft
hand: left


kRight

public static final GenericHID.Hand kRight
hand: right