Show / Hide Table of Contents

Event SentenceReceived

Called when a valid NMEA sentence is received.

Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public event EventHandler<string> SentenceReceived
Returns
Type Description
System.EventHandler<System.String>
Remarks

Use this event to monitor that messages are actively being processed, or to add support for additional messages that the NmeaLocationDataSource doesn't read. Only complete and valid sentences that pass the checksum verification will be reported, including sentences not used by the NmeaLocationDataSource. The sentence is the full sentence, including the starting $ symbol and the checksum, but excluding the terminating CR and LF.

Applies to

TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.