Click or drag to resize

ChecksumExtensions Methods

The ChecksumExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method Adler32Checksum Calculates the Adler-32 checksum on specified portion of a buffer.
Public Extension Method Crc16Checksum Calculates the CRC16 check-sum on specified portion of a buffer.
Public Extension Method Crc32Checksum Calculates the CRC32 check-sum on specified portion of a buffer.
Public Extension Method CrcCCITTChecksum Calculates the CRC-CCITT check-sum on specified portion of a buffer.
Public Extension Method ModBusCrcChecksum Calculates the CRC-ModBus check-sum on specified portion of a buffer.
Public Extension Method Xor16Checksum Calculates word length (16-bit) XOR-based check-sum on specified portion of a buffer.
Public Extension Method Xor32Checksum Calculates double-word length (32-bit) XOR-based check-sum on specified portion of a buffer.
Public Extension Method Xor64Checksum Calculates quad-word length (64-bit) XOR-based check-sum on specified portion of a buffer.
Public Extension Method Xor8Checksum Calculates byte length (8-bit) XOR-based check-sum on specified portion of a buffer.
Top
See Also