ModeSMessageFormattedIcao24 Property |
Gets the formatted ICAO24 code of the aircraft after any parity bits have been masked out (if applicable).
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string FormattedIcao24 { get; }
Public ReadOnly Property FormattedIcao24 As String
Get
public:
property String^ FormattedIcao24 {
String^ get ();
}
member FormattedIcao24 : string with get
Property Value
Type:
StringSee Also