Click or drag to resize
ModeSMessagePossibleCallsign Property
Gets or sets the content of the CommBMessage when the first byte indicates that it is a BDS2,0 reply.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string PossibleCallsign { get; set; }

Property Value

Type: String
Remarks
Other BDS replies could potentially also decode to 0x20 in the first byte of the CommBMessage so the content of this field should be treated as suspect. If a more certain source of callsign information is available then that should be preferred over this.
See Also