ZylGPSReceiver.NET

GPSReceiver Properties

The properties of the GPSReceiver class are listed below. For a complete list of GPSReceiver class members, see the GPSReceiver Members topic.

Public Instance Properties

BaudRate Baud rate at which the GPS receiver operates.
ConnectedTo Returns the physical port where the GPS receiver is connected to.
Container (inherited from Component)Gets the IContainer that contains the Component.
DataWidth Number of bits in the bytes transmitted and received.
EnableDTROnOpen Enable/disable DTR when the port is open.
EnableRTSOnOpen Enable/disable RTS when the port is open.
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.
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.
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.
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.
Site (inherited from Component)Gets or sets the ISite of the Component.
StopBits Number of stop bits to be used.
WriteIntervalTimeout Gets or sets the number of milliseconds before a time-out occurs when a write operation does not finish.

Protected Instance Properties

CanRaiseEvents (inherited from Component)Gets a value indicating whether the component can raise an event.
DesignMode (inherited from Component)Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

GPSReceiver Class | ZylGPSReceiver Namespace