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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration SpeedType
public enum class SpeedType
Members
| Member name | Value | Description |
---|
| GroundSpeed | 0 |
The aircraft is transmitting its ground speed.
|
| GroundSpeedReversing | 1 |
The vehicle is on the ground and going backwards.
|
| IndicatedAirSpeed | 2 |
The aircraft is transmitting its indicated airspeed.
|
| TrueAirSpeed | 3 |
The aircraft is transmitting its true airspeed.
|
See Also