TargetStateAndStatusVersion1NacP Property |
Gets or sets the navigational accuracy category for position.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte NacP { get; set; }
Public Property NacP As Byte
Get
Set
public:
property unsigned char NacP {
unsigned char get ();
void set (unsigned char value);
}
member NacP : byte with get, set
Property Value
Type:
ByteRemarks
I'm not too interested in these and can't be bothered to type out the enumeration for the different values, or decode them
into radii. Something to add in a later version perhaps?
See Also