BaseStationSupplementaryMessageCallsignIsSuspect Property |
Gets or sets a value indicating that the callsign might be wrong.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<bool> CallsignIsSuspect { get; set; }
Public Property CallsignIsSuspect As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> CallsignIsSuspect {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member CallsignIsSuspect : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanRemarks
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