Click or drag to resize
BaseStationSupplementaryMessageSpeedType Property
Gets or sets a value that qualifies the type of speed being reported in the GroundSpeed property.

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

Property Value

Type: NullableSpeedType
Remarks
If there is no supplementary message then the GroundSpeed should be assumed to be the ground speed.
See Also