|
pure virtual |
If computing a CRC over multiple buffers, then this function must be called for the 2nd and all following buffers.
| pBlock | [ in ] Pointer to a buffer of 8 bit bytes of data (binary or text) |
| blockSize | [ in ] The number of bytes in the buffer pointed to by pBlock |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pBlock is NULL, or blockSize is zero. |
| P6R::eNotInitialized | A successful call to initialize has not been done. | |
| P6R::eInvalidState | firstBlock not called before this function. |