|
|||||||||
| Home >> All >> com >> synchrona >> jred >> [ irlap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.synchrona.jred.irlap
Class CheckCRC

java.lang.Objectcom.synchrona.jred.irlap.CheckCRC
- class CheckCRC
- extends java.lang.Object
| Constructor Summary | |
CheckCRC()
|
|
| Method Summary | |
short |
getCRC(byte[] ayBytes,
int nOffset,
int nLength)
|
static void |
main(java.lang.String[] astrArgs)
|
java.lang.String |
printBits(int val,
int width)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CheckCRC
public CheckCRC()
| Method Detail |
main
public static void main(java.lang.String[] astrArgs)
getCRC
public short getCRC(byte[] ayBytes,
int nOffset,
int nLength)
throws java.lang.Exception
printBits
public java.lang.String printBits(int val, int width)
|
|||||||||
| Home >> All >> com >> synchrona >> jred >> [ irlap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.synchrona.jred.irlap.CheckCRC