public class Crc8 extends CRCTable
| Constructor and Description |
|---|
Crc8() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
int |
getPolynom() |
boolean |
isReflect() |
void |
update(int data)
Update the CRC value with a byte data.
|
getGenTablepublic int getPolynom()
getPolynom in class CRCpublic void update(int data)