Click or drag to resize
SpeedType Enumeration
An enumeration of the different types of speed transmitted by a vehicle. This enumeration is duplicated within the Javascript, hence the explicit declarations. Any changes here need copying there.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SpeedType
Members
  Member nameValueDescription
GroundSpeed0 The aircraft is transmitting its ground speed.
GroundSpeedReversing1 The vehicle is on the ground and going backwards.
IndicatedAirSpeed2 The aircraft is transmitting its indicated airspeed.
TrueAirSpeed3 The aircraft is transmitting its true airspeed.
See Also