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