Click or drag to resize
IRawMessageTranslatorSuppressCallsignsFromBds20 Property
Gets or sets a value indicating that callsigns are not to be used if they came from what appeared to be a Mode-S BDS2,0 message.

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

Property Value

Type: Boolean
Remarks
BDS2,0 messages cannot be accurately identified so callsigns that are extracted from them are potentially inaccurate. Most of the time they're correct so they're allowed by default.
See Also