IRawMessageTranslatorIgnoreMilitaryExtendedSquitter Property |
Gets or sets a value indicating that military extended squitter messages are to be ignored.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IgnoreMilitaryExtendedSquitter { get; set; }
Property IgnoreMilitaryExtendedSquitter As Boolean
Get
Set
property bool IgnoreMilitaryExtendedSquitter {
bool get ();
void set (bool value);
}
abstract IgnoreMilitaryExtendedSquitter : bool with get, set
Property Value
Type:
BooleanRemarks
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