edu.wpi.first.wpilibj.communication
Class ModulePresence.ModuleType

java.lang.Object
  extended by edu.wpi.first.wpilibj.communication.ModulePresence.ModuleType
Enclosing class:
ModulePresence

public static class ModulePresence.ModuleType
extends java.lang.Object


Field Summary
static ModulePresence.ModuleType kAnalog
           
static ModulePresence.ModuleType kDigital
           
static ModulePresence.ModuleType kSolenoid
           
static ModulePresence.ModuleType kUnknown
           
 
Method Summary
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kUnknown

public static final ModulePresence.ModuleType kUnknown

kAnalog

public static final ModulePresence.ModuleType kAnalog

kDigital

public static final ModulePresence.ModuleType kDigital

kSolenoid

public static final ModulePresence.ModuleType kSolenoid
Method Detail

getValue

public int getValue()