CRC (FUN)ΒΆ

FUNCTION CRC : UINT

Name
: CRC (CRC16)
  • Date : 20015-03-24
  • Description : Calculate the Checksum from a Byte Array
InOut:
Scope Name Type Comment
Return CRC UINT  
Input buf POINTER TO ARRAY [0..255] OF BYTE Input buffer
start UINT Byteposition to start CRC-calculating
cnt UINT Bytes to calculate