| Construction |
| CCRC16C |
Constructs a CCRC16C object. |
|
|
| Operations |
| Update |
Updates the CCRC16C object
with a continuous block of memory or with a null-terminated string. |
|
| Final |
Retrieves the CRC16C checksum from the
CCRC16C object and reinitializes the object. |
|
| FinalHex |
Retrieves the CRC16C checksum from the
CCRC16C object and reinitializes the object. The obtained checksum is a
null-terminated hexadecimal string. |
|
| Calculate |
Calculates the CRC16C checksum for
a continuous block of memory or
for a null-terminated string. |
|
| CalculateHex |
|
Calculates the CRC16C checksum for a
continuous block of memory or
for a null-terminated string. The obtained checksum is a null-terminated
hexadecimal string. |
|