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.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte NumberOfBits { get; set; }
Public Property NumberOfBits As Byte
Get
Set
public:
property unsigned char NumberOfBits {
unsigned char get ();
void set (unsigned char value);
}
member NumberOfBits : byte with get, set
Property Value
Type:
ByteRemarks
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