Click or drag to resize
Crc32ModeSComputeChecksum Method
Calculates the parity on the message passed across. Only the first three bytes (big-endian) are applied against Mode-S messages.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public uint ComputeChecksum(
	byte[] bytes,
	int offset,
	int length
)

Parameters

bytes
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32

Return Value

Type: UInt32
See Also