[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Tool to calculate and add CRC codes to a string [Property] CRCCode=Sets the calculation method. ARG(CRCCode)|14|0|CRC_CCITT,CRC16,CRC32 [Methods] CRCtablefast=Returns the result using fast lookup table algorithm without augmented zero bytes. ARG(ulong)|3|105 CRCtable=Returns the result using fast lookup table algorithm with augmented zero bytes. ARG(ulong)|3|105 CRCbitbybit=Returns the result using bit by bit algorithm with augmented zero bytes. ARG(ulong)|3|105 CRCbitbybitfast=Returns the result using bit by bit algorithm without augmented zero bytes. ARG(ulong)|3|105 *CRCITT=Returns the result. ARG(ushort)|3|1 Data=Defines the data to calculate. ARG(byte[])|4|13