| FastCRC Library | API |
|
SL_FCRC16_Calculate
unsigned long SL_FCRCCALL SL_FCRC16_Calculate( const void* pSrc, unsigned int nSrcLength );
Return value
The checksum.
Parameters
pSrc
[in] Pointer to the continuous memory block for which to calculate the checksum.
nSrcLength
[in] Length in bytes of the memory block.
Remarks
Calculates the checksum for the memory block pointed by pSrc.
Example
|
CRC16 API Overview | CRC16 API_Functions | Useful Links | HashCalc
See Also SL_FCRC16_CalculateStr, SL_FCRC16_CalculateFile, SL_FCRC_ConvertToHex16
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |