An enumeration of the different types of velocity message encodings in an ADS-B velocity message.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration VelocityType
public enum class VelocityType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | VelocityType0 | 0 | 
            Reserved.
             | 
 | GroundSpeedSubsonic | 1 | 
            Velocity over ground under normal airspeed conditions.
             | 
 | GroundSpeedSupersonic | 2 | 
            Velocity over ground under supersonic conditions.
             | 
 | AirspeedSubsonic | 3 | 
            Indicated or true airspeed under normal airspeed conditions.
             | 
 | AirspeedSupersonic | 4 | 
            Indicated or true airspeed under supersonic conditions.
             | 
 | VelocityType5 | 5 | 
            Reserved.
             | 
 | VelocityType6 | 6 | 
            Reserved.
             | 
 | VelocityType7 | 7 | 
            Reserved.
             | 
See Also