Click or drag to resize

NmeaDecoder Properties

The NmeaDecoder type exposes the following members.

Properties
 NameDescription
Public propertyActiveRoute The active route.
(Inherited from BaseGpsReceiver)
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyForceChecksum Enable or ignore checksum checking for NMEA sentences. When this property is true, all the sentences which checksum is not correct will be ignored.
(Inherited from BaseGpsReceiver)
Public propertyLogDateTime When this property is true, a date-time stamp will be added before each logged NMEA sentence.
(Inherited from BaseGpsReceiver)
Public propertyLogFile Name and path of the NMEA log file.
(Inherited from BaseGpsReceiver)
Public propertyLogNmea Enables or disables NMEA logging. If you enable it, all the valid NMEA sentences will be logged to the LogFile.
(Inherited from BaseGpsReceiver)
Public propertyNavigationInfo Returns information about the active route.
(Inherited from BaseGpsReceiver)
Public propertyNmeaSentencePrefix NMEA sentence prefix. Default value: "$"
(Inherited from BaseGpsReceiver)
Public propertyNmeaSentences Accepted NMEA sentences.
(Inherited from BaseGpsReceiver)
Public propertyNmeaSentenceTerminator NMEA sentence terminator. Default value: ((char)13(char)10)
(Inherited from BaseGpsReceiver)
Public propertyNmeaSentenceTerminator2 Second NMEA sentence terminator. Default value: ((char)13) It is used, if NmeaSentenceTerminator is not found in the sentence.
(Inherited from BaseGpsReceiver)
Public propertyPosition Contains the current position data.
(Inherited from BaseGpsReceiver)
Public propertyReceiverStatus Returns status info of the GPS receiver unit.
(Inherited from BaseGpsReceiver)
Public propertySatelliteTypes Accepted satellites.
(Inherited from BaseGpsReceiver)
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyTrack The current track.
(Inherited from BaseGpsReceiver)
Public propertyWaypoints List of waypoints (List of Waypoint objects).
(Inherited from BaseGpsReceiver)
Top
See Also