NMEAGps Constructor (Stream) | |
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
)
Public Sub New (
s As Stream
)
Parameters
- s
- Type: System.IOStream
The Stream that supplies GPS data
Remarks See Also