Crc16Update(Byte) Method
Updates the checksum with the byte value.
Namespace: Gemstone.IO.ChecksumsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.178 -- Release Build+b3946162e2bd2f7852bcfab078c6dd8531382bfc
public void Update(
byte value
)
Public Sub Update (
value As Byte
)
Parameters
- value Byte
- The Byte value to use for the update.