"

2013 FRC Java API

"

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 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
equals, 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()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"