EmergencyStatusSquawk Property |
Gets or sets the squawk code transmitted with the emergency message.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<short> Squawk { get; set; }
Public Property Squawk As Nullable(Of Short)
Get
Set
public:
property Nullable<short> Squawk {
Nullable<short> get ();
void set (Nullable<short> value);
}
member Squawk : Nullable<int16> with get, set
Property Value
Type:
NullableInt16Remarks This is only present on version 2 ADS-B messages, and then only under some circumstances.
If the code sees a Mode-A code of 0000 then it sets this property to null.
See Also