Click or drag to resize
Crc16CcittComputeChecksum Method (Byte)
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the standard calculation.

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

Parameters

bytes
Type: SystemByte

Return Value

Type: UInt16
See Also