Click or drag to resize
Crc16CcittComputeChecksumDrDobbsBytes Method
Returns the CRC-16-CCITT checksum for the array of bytes passed across using the Dr. Dobbs algorithm.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public byte[] ComputeChecksumDrDobbsBytes(
	byte[] bytes,
	bool littleEndian = true
)

Parameters

bytes
Type: SystemByte
littleEndian (Optional)
Type: SystemBoolean

Return Value

Type: Byte
See Also