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