The interface for objects that can strip parity from a Mode-S message.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IModeSParity
Public Interface IModeSParity
public interface class IModeSParity
type IModeSParity = interface end
The IModeSParity type exposes the following members.
Methods
| Name | Description |
---|
| StripParity |
Strips the parity from the last three bytes of the message.
|
TopSee Also