Calculates 16 bit cyclic redundancy check codes (CRC16). This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.


The following tables list the members exposed by Crc16.

Public Methods

Name Description
Public method Static Calculate Overloaded. Computes a CRC16 from an array of bytes and returns a positive int of range [0-65535]
Top

See Also