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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 - 200.8 |
.NET | 200.7 - 200.8 |
.NET Windows | 200.7 - 200.8 |
.NET Android | 200.7 - 200.8 |
.NET iOS | 200.7 - 200.8 |
.NET Framework | 200.7 - 200.8 |
UWP | 200.7 - 200.8 |