Click or drag to resize
IRawMessageTranslatorIgnoreMilitaryExtendedSquitter Property
Gets or sets a value indicating that military extended squitter messages are to be ignored.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IgnoreMilitaryExtendedSquitter { get; set; }

Property Value

Type: Boolean
Remarks
There is some confusion over whether Mode-S DF19 AF0 messages are to be interpreted in the same manner as DF17 messages. By default the code will process them in the same manner, if this flag is set then they will be ignored completely.
See Also