Click or drag to resize
AdsbMessageAirbornePosition Property
Gets or sets the content of an airborne position message.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AirbornePositionMessage AirbornePosition { get; set; }

Property Value

Type: AirbornePositionMessage
Remarks
Note that type code 0 messages are considered by the code to be airborne positions, although in principle they can also be transmitted by vehicles on the ground.
See Also