Provides data for the OnNewSentence and OnUnknownSentence events.
OnNewSentenceReceived event occurs when a new valid NMEA sentence is received. The sentence parameter contains the sentence.
OnUnknownSentenceReceived 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.
Inheritance Hierarchy
SystemEventArgs
ZylSoft.Gps.MobileSentenceEventArgs
Namespace: ZylSoft.Gps.Mobile
Assembly: ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax
The SentenceEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SentenceEventArgs |
Constructor.
|
Properties
| Name | Description | |
|---|---|---|
| Sentence |
Received NMEA sentence.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also