|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.phidgets.IRCode
This class represents an IR Code.
| Constructor Summary | |
IRCode(short[] data,
int bitCount)
Creates a new IR Code from a data array. |
|
IRCode(java.lang.String code,
int bitCount)
Creates a new IR Code from a string. |
|
| Method Summary | |
int |
getBitCount()
Data bits. |
short[] |
getData()
IR code data. |
java.lang.String |
toString()
String representation of the IR code. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IRCode(java.lang.String code,
int bitCount)
code - the IR codebitCount - the code length in bits.
public IRCode(short[] data,
int bitCount)
data - the IR code databitCount - the code length in bits.| Method Detail |
public short[] getData()
public int getBitCount()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||