e-CryptIt Engine - Checksums Xojo Plugin |
|
CRC16.UpdateByte Method
Updates the CRC checksum with a single byte

UpdateByte(
data
as UInt8,
crc
as UInt16)
as UInt16
Parameters
- data
- The single byte data to update the CRC stream with.
- crc
- Crc value to calculate from. This is normally the result of the previous crc value in the stream.
Returns
- UInt16
Remarks
See Also
CRC16 Class