Click or drag to resize
IModeSParity Interface
The interface for objects that can strip parity from a Mode-S message.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IModeSParity

The IModeSParity type exposes the following members.

Methods
  NameDescription
Public methodStripParity
Strips the parity from the last three bytes of the message.
Top
See Also