external function xf_calcCrc_gen(
  in bitstring p_bitstring,
  out Crc p_crc
) return FncRetCode {...};
Generated with T3Doc 2.0 on Fri Sep 05 17:01:14 CEST 2008.

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