ftcomputing.robo
Class IRCode

java.lang.Object
  extended by ftcomputing.robo.IRCode

public class IRCode
extends java.lang.Object

Klasse für die Auswahl des IR-Codes bei der Abfrage des Infrarot-Empfängers. Funktioniert nur beim Robo-Interface.

Author:
Michael Fennel, Ulrich Müller
See Also:
FishFace.getIRKey(int, int), IRKeys

Field Summary
static int All
          alle IR-Codes
static int Code1
          IR-Code 1
static int Code2
          IR-Code 2
 
Constructor Summary
IRCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

All

public static final int All
alle IR-Codes

See Also:
Constant Field Values

Code1

public static final int Code1
IR-Code 1

See Also:
Constant Field Values

Code2

public static final int Code2
IR-Code 2

See Also:
Constant Field Values
Constructor Detail

IRCode

public IRCode()