external function xf_calcCrc_gen(
  in bitstring p_bitstring,
  out Crc p_crc
) return FncRetCode {...};
Generated with T3Doc 2.0 on Fri Jan 30 15:06:33 CET 2009.

Description

This function calculates the CRC for any bitstring provided as parameter


Parameters

p_bitstring
Bitstring for which CRC is to be calculated
p_crc
CRC


Returns

FncRetCode