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.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string PossibleCallsign { get; set; }
Public Property PossibleCallsign As String
Get
Set
public:
property String^ PossibleCallsign {
String^ get ();
void set (String^ value);
}
member PossibleCallsign : string with get, set
Property Value
Type:
StringRemarks
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