mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-02-01 05:14:13 +01:00
Fixes #87
This commit is contained in:
parent
078d8fded0
commit
40f2bdc4a6
|
|
@ -20,7 +20,7 @@ You can get the library via [NuGet](http://www.nuget.org) if you have the extens
|
|||
device.OpenAsync();
|
||||
|
||||
// Create event handler for receiving messages:
|
||||
private void device_NmeaMessageReceived(NmeaDevice sender, NmeaMessageReceivedEventArgs args)
|
||||
private void device_NmeaMessageReceived(object sender, NmeaMessageReceivedEventArgs args)
|
||||
{
|
||||
// called when a message is received
|
||||
if(args.Message is NmeaParser.Messages.Rmc rmc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue