Click or drag to resize

NMEAGps Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodNMEAGps(SerialPort)
Create a new NMEA GPS with the given serial port.
Public methodNMEAGps(Stream)
Create a new NMEA GPS, using an input stream. This constructor should be used for custom hardware interfaces that can provide the NMEA data as a stream.
Public methodNMEAGps(StreamReader)
Create a new NMEA GPS, using a StreamReader as input. This constructor should be used for replay of GPS data captured using Trace during an earlier session.
Public methodNMEAGps(StreamReader, Int32)
Create a new NMEA GPS, using a StreamReader as input. This constructor should be used for replay of GPS data captured using Trace during an earlier session.
Public methodNMEAGps(String, Int32)
Create a new NMEA GPS with the given serial port name and baud rate.
Top
See Also