Click or drag to resize

NMEAGps Constructor (Stream)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.

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

Parameters

s
Type: System.IOStream
The Stream that supplies GPS data
Remarks
The Stream provided should manage normal data exceptions such as EndOfStreamException, as well as managing the stream itself as PowerDown and PowerUp will not be able to do this.
See Also