Class Rte
Routes
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--RTE")]
public sealed class Rte : NmeaMultiSentenceMessage, IEquatable<NmeaMessage>, IMultiSentenceMessage, IEnumerable<string>, IEnumerable
Remarks
Waypoint identifiers, listed in order with starting waypoint first, for the identified route. Two modes of transmission are provided: 'c' indicates that the complete list of waypoints in the route are being transmitted; 'w' indicates a working route where the first listed waypoint is always the last waypoint that had been reached (FROM), while the second listed waypoint is always the waypoint that the vessel is currently heading for (TO), the remaining list of waypoints represents the remainder of the route.
Constructors
Name | Description |
---|---|
Rte(string, string[]) | Initializes a new instance of the Rte class. |
Properties
Name | Description |
---|---|
ListType | Gets the type of the list. |
RouteId | Gets the route identifier. |
Waypoints | Waypoints |
Methods
Name | Description |
---|---|
ParseSentences(Talker, string[]) | Parses the messages or any message being appended. False should be returned if it's a message being appended doesn't appear to match what has already been loded. |
Applies
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
.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, v2.0 |
UWP | main, v3.0, v2.2, v2.1, v2.0 |
Xamarin.Android | v2.2, v2.1, v2.0 |
Xamarin.iOS | v2.2, v2.1, v2.0 |