cout << "\nCalculated using Update and FinalHex: ";
crcobj.Update( buff );
checksum = crcobj.Final();
// Final reinitializes the crcobj object for the next use
//Get and show the hexadecimal representation of the checksum
SL_FCRC_ConvertToHex16( checksumhex, checksum, 0 );
cout << checksumhex;