NBit Bit Manipulation Library

Crc.Next(UInt32, Byte) Method

Sends 8 bits through the CRC.

[Visual Basic]
Public Overridable Overloads Sub Next( _
   ByVal crc As UInt32, _
   ByVal byte As Byte _
)
[C#]
public virtual uint Next(
   uint crc,
   byte byte
);

Parameters

crc
The current CRC value.
byte
The byte to send through the CRC.

Return Value

The modified CRC value.

See Also

Crc Class | NBit Namespace | Crc.Next Overload List