Helpful class for working with 16-bit CRCs.
More...
|
| static UInt16 | Compute (byte[] buffer, int index, int length) |
| | Computes the 16-bit CRC16-CCITT CRC of the data. More...
|
| |
Helpful class for working with 16-bit CRCs.
| static UInt16 VectorNav.Data.Integrity.Crc16.Compute |
( |
byte[] |
buffer, |
|
|
int |
index, |
|
|
int |
length |
|
) |
| |
|
static |
Computes the 16-bit CRC16-CCITT CRC of the data.
- Parameters
-
| buffer | Buffer containing the data to compute the CRC on. |
| index | The index to start computing the CRC at. |
| length | The number of bytes to include in the CRC. |
- Returns
- The computed 8-bit CRC16-CCITT CRC.
The documentation for this class was generated from the following file:
- src/Data/Integrity/Detection.cs