Click or drag to resize
Crc16ComputeChecksumBytes Method
Calculates the CRC16 checksum for an array of bytes.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public byte[] ComputeChecksumBytes(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte

Return Value

Type: Byte
The checksum as an array of bytes.
See Also