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
EventHandler<string> Called when a valid NMEA sentence is received.
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 - 300.0
.NET Windows200.7 - 300.0
.NET Android200.7 - 300.0
.NET iOS200.7 - 300.0
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.