ModeSMessageNonIcao24Address Property |
Gets or sets the content of AA fields where the content is not an ICAO24 address.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> NonIcao24Address { get; set; }
Public Property NonIcao24Address As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> NonIcao24Address {
Nullable<int> get ();
void set (Nullable<int> value);
}
member NonIcao24Address : Nullable<int> with get, set
Property Value
Type:
NullableInt32Remarks
This is filled for DF18 messages where the control field indicates that the transmitter is not using an ICAO24 address.
See Also