Class Vlw
Dual Ground/Water Distance
Implements
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--VLW")]
public class Vlw : NmeaMessage, IEquatable<NmeaMessage>
Remarks
The distance traveled, relative to the water and over the ground.
Constructors
Name | Description |
---|---|
Vlw(string, string[]) | Initializes a new instance of the Vlw class. |
Properties
Name | Description |
---|---|
GroundDistanceCumulative | Total cumulative ground distance, nautical miles |
GroundDistanceSinceReset | Ground distance since reset, nautical miles |
WaterDistanceCumulative | Total cumulative water distance, nautical miles |
WaterDistanceSinceReset | Water distance since reset, nautical miles |
Applies
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1 |
UWP | main, v3.0, v2.2, v2.1 |
Xamarin.Android | v2.2, v2.1 |
Xamarin.iOS | v2.2, v2.1 |