Click or drag to resize
Crc32ModeSComputeChecksumBytes Method
Calculates a four-byte parity on the message passed across. Only the first three bytes are applied against Mode-S messages (when big-endian format is used).

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