Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICRC16::getCRC ( P6UINT16 pCRC16)
pure virtual

After all buffers have been feed to the firstBlock(), nextBlock(), ..., nextBlock() functions the CRC value can be obtained by calling this function.

Parameters
pCRC16[ in ] Computed CRC for the configured polynomial
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpIn or pEncoded is NULL. Or inSize is zero or mode is greater than 999.
P6R::eFormatErrorCRC has the value of zero, was firstBlock, and nextBlock called ?
P6R::eNotInitializedA successful call to initialize has not been done.