com.dexterind.gopigo.utils
Class Statuses

java.lang.Object
  extended by com.dexterind.gopigo.utils.Statuses

public class Statuses
extends java.lang.Object


Field Summary
static int ERROR
          The ERROR status.
static int HALT
          The HALT status.
static int INIT
          The INIT status.
static int OK
          The OK status.
 
Constructor Summary
Statuses()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
The OK status. This is returned by all the I2C methods.

See Also:
Constant Field Values

ERROR

public static final int ERROR
The ERROR status. This is returned by the I2C methods in case of issues.

See Also:
Constant Field Values

INIT

public static final int INIT
The INIT status.

See Also:
Constant Field Values

HALT

public static final int HALT
The HALT status.

See Also:
Constant Field Values
Constructor Detail

Statuses

public Statuses()