| Crc16Ccitt Methods |
The Crc16Ccitt type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeChecksum(Byte) |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the standard calculation.
| |
| ComputeChecksum(Byte, Int32, Int32) |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the standard calculation.
| |
| ComputeChecksumBytes(Byte, Boolean) |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the standard calculation.
| |
| ComputeChecksumBytes(Byte, Int32, Int32, Boolean) |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the standard calculation.
| |
| ComputeChecksumDrDobbs |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the Dr. Dobbs algorithm.
| |
| ComputeChecksumDrDobbsBytes |
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the Dr. Dobbs algorithm.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |