GpsReceiver Properties

ZylGpsReceiver.NET Mobile

The GpsReceiver type exposes the following members.

Properties

  NameDescription
Public propertyActiveRoute
The active route.
(Inherited from BaseGpsReceiver.)
Public propertyBaudRate
Baud rate at which the communications device operates.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyConnectedTo
Returns the physical port where the GPS receiver is connected to.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCustomBaudRate
Custom baud rate value, used when BaudRate is set to Custom.
Public propertyDataWidth
Number of bits in the bytes transmitted and received.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnableDtrOnOpen
Enable/disable DTR when the port is open.
Public propertyEnableRtsOnOpen
Enable/disable RTS when the port is open.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFlowControl
Flow control of the serial port.
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 propertyParityBits
Parity scheme to be used.
Public propertyPort
Physical name of the serial port where the GPS receiver is connected to.
Public propertyPosition
Contains the current position data.
(Inherited from BaseGpsReceiver.)
Public propertyReadIntervalTimeout
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.
Public propertyReceiverStatus
Returns status info of the GPS receiver unit.
(Inherited from BaseGpsReceiver.)
Public propertySatelliteTypes
Accepted satellites.
(Inherited from BaseGpsReceiver.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyStopBits
Number of stop bits to be used.
Public propertyTrack
The current track.
(Inherited from BaseGpsReceiver.)
Public propertyWaypoints
List of waypoints (List of Waypoint objects).
(Inherited from BaseGpsReceiver.)
Public propertyWriteIntervalTimeout
Gets or sets the number of milliseconds before a time-out occurs when a write operation does not finish.
Top
See Also

Reference