The BaseGpsReceiver type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ActiveRoute |
The active route.
| |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| ForceChecksum |
Enable or ignore checksum checking for NMEA sentences.
When this property is true, all the sentences which checksum is not correct will be ignored.
| |
| LogDateTime |
When this property is true, a date-time stamp will be added before each logged NMEA sentence.
| |
| LogFile |
Name and path of the NMEA log file.
| |
| LogNmea |
Enables or disables NMEA logging.
If you enable it, all the valid NMEA sentences will be logged to the LogFile.
| |
| NavigationInfo |
Returns information about the active route.
| |
| NmeaSentencePrefix |
NMEA sentence prefix.
Default value: "$"
| |
| NmeaSentences |
Accepted NMEA sentences.
| |
| NmeaSentenceTerminator |
NMEA sentence terminator.
Default value: ((char)13(char)10)
| |
| NmeaSentenceTerminator2 |
Second NMEA sentence terminator.
Default value: ((char)13)
It is used, if NmeaSentenceTerminator is not found in the sentence.
| |
| Position |
Contains the current position data.
| |
| ReceiverStatus |
Returns status info of the GPS receiver unit.
| |
| SatelliteTypes |
Accepted satellites.
| |
| Site | (Inherited from Component.) | |
| Track |
The current track.
| |
| UnlockKey |
Unlock key.
| |
| Waypoints |
List of waypoints (List of Waypoint objects).
|
See Also