Tcp |
The TcpGpsReceiver type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveRoute |
The active route.
(Inherited from BaseGpsReceiver) |
![]() | 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.
(Inherited from BaseGpsReceiver) |
![]() | Interval | Time interval between two receivings in milliseconds (frequency). |
![]() | IsReceiving | This property is false when the component is receiving data from the remote host, otherwise is false. Use this property to check if the component is inside a receiving process. |
![]() | IsSending | This property is true when the component is sending data to the remote host, otherwise is false. Use this property to check if the component is inside a sending process. |
![]() | 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) |
![]() | NeedSynchronization | Set this property to true for thread safety. The default value is false. Note: if you set it to true, you may experiment thread interblocking and lower speed. |
![]() | 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) |
![]() | Port | TCP port. |
![]() | Position |
Contains the current position data.
(Inherited from BaseGpsReceiver) |
![]() | Priority | Priority of the receiver thread. |
![]() | ReceiverStatus |
Returns status info of the GPS receiver unit.
(Inherited from BaseGpsReceiver) |
![]() | RemoteHost | Remote host. Leave it empty for any IP. |
![]() | SatelliteTypes |
Accepted satellites.
(Inherited from BaseGpsReceiver) |
![]() | Site | Gets or sets the ISite of the Component. (Inherited from Component) |
![]() | Track |
The current track.
(Inherited from BaseGpsReceiver) |
![]() | Waypoints |
List of waypoints (List of Waypoint objects).
(Inherited from BaseGpsReceiver) |