|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.wagner_ibw.test.Rc5Test
This simple test prog checks the class RC5 and shows the scanned RC5 codes on the display. The output should like this (depends on your pressed key ;-)
Code Addr Toogle C6 8 5 false trueIf you do not have any display, set LCD = false.
Field Summary | |
(package private) static boolean |
DEBUG
|
(package private) static Iow24 |
dev24
|
(package private) static LCD |
lcd
|
(package private) static boolean |
LCD
|
Constructor Summary | |
Rc5Test()
|
Method Summary | |
void |
doIt()
|
void |
keyChanged(RC5Event event)
|
static void |
main(java.lang.String[] args)
|
void |
portChanged(IowPort port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean LCD
static final boolean DEBUG
static Iow24 dev24
static LCD lcd
Constructor Detail |
public Rc5Test()
Method Detail |
public static void main(java.lang.String[] args)
public void doIt()
public void portChanged(IowPort port)
portChanged
in interface IowPortChangeListener
public void keyChanged(RC5Event event)
keyChanged
in interface RC5KeyChangeListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |