AircraftOperationalStatusMessageGva Property |
Gets or sets the geometric vertical accuracy code.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<byte> Gva { get; set; }
Public Property Gva As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> Gva {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member Gva : 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