Class MtkDecoder
Represents an MTK decoder
Assembly: Mt3339.dll
View Source
public class MtkDecoder : INmeaDecoder
Implements:
Meadow.Foundation.Sensors.Location.Gnss.INmeaDecoder
Properties
Name
Friendly name for the MTK messages.
View Source
public string Name { get; }
Prefix
Prefix for the GLL (Geographic position Latitude / Longitude) decoder.
View Source
public string Prefix { get; }
Methods
Process(NmeaSentence)
Process the data from a RMC
View Source
public void Process(NmeaSentence sentence)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Peripherals.Sensors.Location.Gnss.NmeaSentence | sentence | String array of the message components for a RMC message. |
Events
MessageReceived
Event raised when a message is received
View Source
public event EventHandler<string> MessageReceived
Event Type
System.EventHandler<System.String>