Table of Contents

Class RmcData

Namespace
Iot.Device.Common.GnssDevice
Assembly
Iot.Device.Common.GnssDevice.dll

Represents the RMC (Recommended Minimum Specific GNSS Data) NMEA0183 data from a Gnss device.

public class RmcData : NmeaData
Inheritance
RmcData
Inherited Members

Constructors

RmcData()

Initializes a new instance of the RmcData class.

public RmcData()

RmcData(Location)

Initializes a new instance of the RmcData class.

public RmcData(Location localisarion)

Parameters

localisarion Location

A Location element.

Properties

Location

Gets the location information in Global Navigation Satellite System (GNSS) coordinates.

public Location Location { get; }

Property Value

Location

MessageId

Gets the NMEA message ID.

public override string MessageId { get; }

Property Value

string

Status

Gets the data status.

public Status Status { get; }

Property Value

Status

Methods

Parse(string)

Parse for the specific data type.

public override NmeaData Parse(string inputData)

Parameters

inputData string

The input data string.

Returns

NmeaData

An NmeaData.