NBit Bit Manipulation Library

Crc.Resume Method

Undoes the End operation. An exclusive OR is done between the final CRC value and the post-invert bit mask.

[Visual Basic]
Public Sub Resume( _
   ByVal crc As UInt32 _
)
[C#]
public uint Resume(
   uint crc
);

Parameters

crc
The final CRC value.

Return Value

The continuable CRC value.

See Also

Crc Class | NBit Namespace