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 _
)
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