Skip to main content

Class MtkDecoder

Represents an MTK decoder

Assembly: Mt3339.dll
View Source
Declaration
public class MtkDecoder : INmeaDecoder

Implements:
Meadow.Foundation.Sensors.Location.Gnss.INmeaDecoder

Properties

Name

Friendly name for the MTK messages.

View Source
Declaration
public string Name { get; }

Prefix

Prefix for the GLL (Geographic position Latitude / Longitude) decoder.

View Source
Declaration
public string Prefix { get; }

Methods

Process(NmeaSentence)

Process the data from a RMC

View Source
Declaration
public void Process(NmeaSentence sentence)
Parameters
TypeNameDescription
Meadow.Peripherals.Sensors.Location.Gnss.NmeaSentencesentenceString array of the message components for a RMC message.

Events

MessageReceived

Event raised when a message is received

View Source
Declaration
public event EventHandler<string> MessageReceived
Event Type

System.EventHandler<System.String>

Implements