ModeSMessageIcao24 Property |
Gets or sets the ICAO24 identifier of the aircraft, either from the AP field or the AA field of the reply (as appropriate).
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Icao24 { get; set; }
Public Property Icao24 As Integer
Get
Set
public:
property int Icao24 {
int get ();
void set (int value);
}
member Icao24 : int with get, set
Property Value
Type:
Int32Remarks
This can be zero for DF18 (Extended Squitter from Non-Transponder devices) replies if the
ControlField
indicates that the message is coming from a non-transponder device that does not broadcast ICAO24 addresses in its
AA field. It can also be zero for downlink formats that are either reserved for future use or for DF19 (military
extended squitter) where the aircraft address field is not defined by the spec.
See Also