Click or drag to resize
AircraftOperationalStatusMessageLongitudinalAxisGpsOffset Property
Gets or sets the offset, in metres, of the GPS antenna from the nose of the aircraft.

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

Property Value

Type: NullableByte
Remarks
The largest offset that the message can represent is sixty metres. Offsets over 60m are shown as 60.
See Also