ZylGPSReceiver Mobile for Smart Phone

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 Gets or sets the number of milliseconds before a time-out occurs when a read operation does not finish.
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 | ZylGPSReceiverMobileSP Namespace