The methods of the Crc class are listed below. For a complete list of Crc class members, see the Crc Members topic.
![]() ![]() | Overloaded. Creates a custom CRC calculator. |
![]() | Returns the initial value of the CRC. Begin the computation using this value. |
![]() | Overloaded. Computes a CRC from a byte array. |
![]() | Finishes the CRC computation. An exclusive OR is done between the current CRC value and the post-invert bit mask. |
![]() | |
![]() | |
![]() | |
![]() | Overloaded. Sends 8 bits through the CRC. |
![]() | Undoes the End operation. An exclusive OR is done between the final CRC value and the post-invert bit mask. |
![]() |
![]() | |
![]() |