Click or drag to resize
EmergencyStatusSquawk Property
Gets or sets the squawk code transmitted with the emergency message.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<short> Squawk { get; set; }

Property Value

Type: NullableInt16
Remarks
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