Click or drag to resize

BaseGpsReceiverUnknownSentenceReceived Event

Occurs when a valid, but unknown NMEA sentence is received. The sentence parameter contains the unknown sentence. This event is fired only if you set NmeaSentences property to All and there is an unknown sentence received. In this case you can write your own processing code inside this event handler.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public event EventHandler<SentenceEventArgs> UnknownSentenceReceived

Value

EventHandlerSentenceEventArgs
See Also