Property DgpsAge
DgpsAge
Gets the age of differential GPS data record in TimeSpan, Type 1 or 9, TimeSpan.Zero when DGPS is not used.
Declaration
public TimeSpan? DgpsAge { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> | The age of differential GPS data record in TimeSpan, Type 1 or 9, TimeSpan.Zero when DGPS is not used. |
Remarks
The DpgsAge shows the age of the differential data (in TimeSpan) and the time elapsed since the last valid differential correction. Because the validity of the differential correction depends on the difference between the time the differential signal is calculated the time it is used by the receiver, smaller values are better.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |