Click or drag to resize
IModeSParityStripParity Method
Strips the parity from the last three bytes of the message.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void StripParity(
	byte[] bytes,
	int offset,
	int length
)

Parameters

bytes
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32
Remarks
The length should be either 7 or 14 bytes.
See Also