Class Rmc
Recommended Minimum specific GNSS data
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--RMC")]
public class Rmc : NmeaMessage, IEquatable<NmeaMessage>, ITimestampedMessage, IGeographicLocation
Remarks
Time, date, position, course and speed data provided by a GNSS navigation receiver. This sentence is transmitted at intervals not exceeding 2-seconds and is always accompanied by Rmb when a destination waypoint is active.
Rmc and Rmb are the recommended minimum data to be provided by a GNSS receiver.
Constructors
| Name | Description |
|---|---|
| Rmc(string, string[]) | Initializes a new instance of the Rmc class. |
Properties
| Name | Description |
|---|---|
| Active | Gets a value whether the device is active |
| Course | Track angle in degrees True |
| FixTime | Fix Time |
| Latitude | Latitude |
| Longitude | Longitude |
| MagneticVariation | Magnetic Variation |
| Speed | Speed over the ground in knots |
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 |