TargetStateAndStatusVersion2BarometricPressureSetting Property |
Gets or sets the barometric pressure setting.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> BarometricPressureSetting { get; set; }
Public Property BarometricPressureSetting As Nullable(Of Single)
Get
Set
public:
property Nullable<float> BarometricPressureSetting {
Nullable<float> get ();
void set (Nullable<float> value);
}
member BarometricPressureSetting : Nullable<float32> with get, set
Property Value
Type:
NullableSingleRemarks
This is transmitted as the pressure setting minus 800 millibars. The 800 gets added back on before being reported here.
See Also