Checksum
|
The ChecksumExtensions type exposes the following members.
Name | Description | |
---|---|---|
Adler32Checksum | Calculates the Adler-32 checksum on specified portion of a buffer. | |
Crc16Checksum | Calculates the CRC16 check-sum on specified portion of a buffer. | |
Crc32Checksum | Calculates the CRC32 check-sum on specified portion of a buffer. | |
CrcCCITTChecksum | Calculates the CRC-CCITT check-sum on specified portion of a buffer. | |
ModBusCrcChecksum | Calculates the CRC-ModBus check-sum on specified portion of a buffer. | |
Xor16Checksum | Calculates word length (16-bit) XOR-based check-sum on specified portion of a buffer. | |
Xor32Checksum | Calculates double-word length (32-bit) XOR-based check-sum on specified portion of a buffer. | |
Xor64Checksum | Calculates quad-word length (64-bit) XOR-based check-sum on specified portion of a buffer. | |
Xor8Checksum | Calculates byte length (8-bit) XOR-based check-sum on specified portion of a buffer. |