OpenNETCF Smart Device Framework 2.3

Overload List

  NameDescription
GenerateChecksum(array<Byte>[]()[])
Generates a CCITT32 CRC of the data
GenerateChecksum(array<Byte>[]()[], Int32)
Generates a CRC using a common polynomial for the next closest bitlength above that specified. For example, a bit length of 13 through 16 will use the CCITT16 polynomial masking off bits necessary to maintain the specified bitlength.
GenerateChecksum(array<Byte>[]()[], Int32, CRCPolynomial)
GenerateChecksum(array<Byte>[]()[], Int32, Int32)
Generates a CRC using a common polynomial for the next closest bitlength above that specified. For example, a bit length of 13 through 16 will use the CCITT16 polynomial masking off bits necessary to maintain the specified bitlength.
GenerateChecksum(array<Byte>[]()[], Int32, UInt64)
GenerateChecksum(Stream, Int32, UInt64)
Generates a CRC for the data in an open data stream
GenerateChecksum(array<Byte>[]()[], Int32, UInt64, UInt64)
GenerateChecksum(array<Byte>[]()[], Int32, Int32, CRCPolynomial, UInt64)
Generates a CRC using a common polynomial for the next closest bitlength above that specified. For example, a bit length of 13 through 16 will use the CCITT16 polynomial masking off bits necessary to maintain the specified bitlength.
GenerateChecksum(array<Byte>[]()[], Int32, Int32, Int32, UInt64, UInt64)
Generates a CRC using a common polynomial for the next closest bitlength above that specified. For example, a bit length of 13 through 16 will use the CCITT16 polynomial masking off bits necessary to maintain the specified bitlength.

See Also