de.wagner_ibw.iow.rc5
Class RC5Event

java.lang.Object
  |
  +--de.wagner_ibw.iow.rc5.RC5Event

public class RC5Event
extends java.lang.Object

This class represents a single RC5 event, received by an IOW 24.

Since:
0.9.4 (formerly known as class RC5Code ;-)
Author:
Thomas Wagner

Constructor Summary
RC5Event(int[] rbuf)
           
 
Method Summary
 int getAddress()
           
 boolean getC6CommandBit()
           
 int getCode()
           
 boolean getToggleBit()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RC5Event

public RC5Event(int[] rbuf)
Method Detail

getCode

public int getCode()

getAddress

public int getAddress()

getToggleBit

public boolean getToggleBit()

getC6CommandBit

public boolean getC6CommandBit()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object