AircraftOperationalStatusMessageNacP Property |
Gets or sets the navigational accuracy category for positions.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<byte> NacP { get; set; }
Public Property NacP As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> NacP {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member NacP : Nullable<byte> with get, set
Property Value
Type:
NullableByteRemarks I don't bother decoding this, it is just the raw value from the message.
See Also