Click or drag to resize
Crc64ComputeChecksumBytes Method
Calculates an eight-byte checksum on the bytes passed across.

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,
	int offset,
	int length,
	bool littleEndian = false
)

Parameters

bytes
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32
littleEndian (Optional)
Type: SystemBoolean

Return Value

Type: Byte
See Also