public class CRC
extends Object
Constructor and Description |
---|
CRC() |
Modifier and Type | Method and Description |
---|---|
int |
getCRCValue() |
void |
reset()
Resets or clears the current CRC state.
|
Packet |
updateCRC(Packet packet)
Updates the current CRC value to emulate behavior induced by
the provided packet being applied to the configuration array.
|
public void reset()
public int getCRCValue()
public Packet updateCRC(Packet packet)
packet
- The current packet to update