Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICRC16::nextBlock ( P6UINT8 pBlock,
P6UINT32  blockSize 
)
pure virtual

If computing a CRC over multiple buffers, then this function must be called for the 2nd and all following buffers.

Parameters
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
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpBlock is NULL, or blockSize is zero.
P6R::eNotInitializedA successful call to initialize has not been done.
P6R::eInvalidStatefirstBlock not called before this function.