Click or drag to resize
CompactPositionReportingCoordinateNumberOfBits Property
Gets or sets the number of bits that the coordinate was encoded in - possible values are 12, 14, 17 or 19.

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

Property Value

Type: Byte
Remarks
This is not necessarily the number of bits used to transmit the coordinate. Surface position messages transmit a 17 bit coordinate but encode to 19 bits, for these the property should be set to 19.
See Also