Click or drag to resize

NMEAGps Constructor (SerialPort)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new NMEA GPS with the given serial port.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public NMEAGps(
	SerialPort sp
)

Parameters

sp
Type: System.IO.PortsSerialPort
The SerialPort to which the GPS is connected.
See Also