Click or drag to resize
TargetStateAndStatusVersion2BarometricPressureSetting Property
Gets or sets the barometric pressure setting.

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

Property Value

Type: NullableSingle
Remarks
This is transmitted as the pressure setting minus 800 millibars. The 800 gets added back on before being reported here.
See Also