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.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool SuppressCallsignsFromBds20 { get; set; }
Property SuppressCallsignsFromBds20 As Boolean
Get
Set
property bool SuppressCallsignsFromBds20 {
bool get ();
void set (bool value);
}
abstract SuppressCallsignsFromBds20 : bool with 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