Click or drag to resize
BaseStationSupplementaryMessageCallsignIsSuspect Property
Gets or sets a value indicating that the callsign might be wrong.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<bool> CallsignIsSuspect { get; set; }

Property Value

Type: NullableBoolean
Remarks
This is set when the callsign was extracted from a Comm-B message where the first byte of the payload was 0x20, which *could* indicate that it is a BDS2,0 message. Other Comm-B messages might inadvertently set the same, so the callsign could be garbage. Once the raw message translator sees a callsign from an ADS-B message it will ignore further BDS2,0 callsigns from the same aircraft.
See Also