The GpsReceiver type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ActiveRoute |
The active route.
(Inherited from BaseGpsReceiver.) | |
| BaudRate |
Baud rate at which the communications device operates.
| |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| ConnectedTo |
Returns the physical port where the GPS receiver is connected to.
| |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| CustomBaudRate |
Custom baud rate value, used when BaudRate is set to Custom.
| |
| DataWidth |
Number of bits in the bytes transmitted and received.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| EnableDtrOnOpen |
Enable/disable DTR when the port is open.
| |
| EnableRtsOnOpen |
Enable/disable RTS when the port is open.
| |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| FlowControl |
Flow control of the serial port.
| |
| 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.
(Inherited from BaseGpsReceiver.) | |
| LogDateTime |
When this property is true, a date-time stamp will be added before each logged NMEA sentence.
(Inherited from BaseGpsReceiver.) | |
| LogFile |
Name and path of the NMEA log file.
(Inherited from BaseGpsReceiver.) | |
| LogNmea |
Enables or disables NMEA logging.
If you enable it, all the valid NMEA sentences will be logged to the LogFile.
(Inherited from BaseGpsReceiver.) | |
| NavigationInfo |
Returns information about the active route.
(Inherited from BaseGpsReceiver.) | |
| NmeaSentencePrefix |
NMEA sentence prefix.
Default value: "$"
(Inherited from BaseGpsReceiver.) | |
| NmeaSentences |
Accepted NMEA sentences.
(Inherited from BaseGpsReceiver.) | |
| NmeaSentenceTerminator |
NMEA sentence terminator.
Default value: ((char)13(char)10)
(Inherited from BaseGpsReceiver.) | |
| NmeaSentenceTerminator2 |
Second NMEA sentence terminator.
Default value: ((char)13)
It is used, if NmeaSentenceTerminator is not found in the sentence.
(Inherited from BaseGpsReceiver.) | |
| ParityBits |
Parity scheme to be used.
| |
| Port |
Physical name of the serial port where the GPS receiver is connected to.
| |
| Position |
Contains the current position data.
(Inherited from BaseGpsReceiver.) | |
| ReadIntervalTimeout |
Maximum time allowed to elapse between the arrival of two characters on
the communications line, in milliseconds. During a ReadFile operation, the time
period begins when the first character is received. If the interval between the
arrival of any two characters exceeds this amount, the ReadFile operation is
completed and any buffered data is returned. A value of zero indicates that
interval time-outs are not used. A value of MAXDWORD, combined with zero values
for both the ReadTotalTimeoutConstant and ReadTotalTimeoutMultiplier members,
specifies that the read operation is to return immediately with the characters
that have already been received, even if no characters have been received.
| |
| ReceiverStatus |
Returns status info of the GPS receiver unit.
(Inherited from BaseGpsReceiver.) | |
| SatelliteTypes |
Accepted satellites.
(Inherited from BaseGpsReceiver.) | |
| Site | (Inherited from Component.) | |
| StopBits |
Number of stop bits to be used.
| |
| Track |
The current track.
(Inherited from BaseGpsReceiver.) | |
| Waypoints |
List of waypoints (List of Waypoint objects).
(Inherited from BaseGpsReceiver.) | |
| WriteIntervalTimeout |
Gets or sets the number of milliseconds before a time-out occurs when a write operation does not finish.
|
See Also