cat.sensor.core
Class Status

java.lang.Object
  extended bycat.sensor.core.Status

class Status
extends java.lang.Object

This class contains some sensor status variables.


Field Summary
static int DOWN
           
static int REMOTE
           
static int RUNNING
           
static int UNKNOWN
           
 
Constructor Summary
(package private) Status()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RUNNING

public static final int RUNNING
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

REMOTE

public static final int REMOTE
See Also:
Constant Field Values
Constructor Detail

Status

Status()