|
FastCRC Library |
C++ Interface |
|
CFastCRC16::CFastCRC16
CFastCRC16();
Remarks
Constructs a CFastCRC16 object.
Example
//Declare a local CFastCRC16 object
CFastCRC16 crcobj;
//Declare a dynamic CFastCRC16 object
CFastCRC16* pCRCObj = new CFastCRC16;
|
|
CFastCRC16 Overview
| Class Members
| Useful Links | HashCalc
|