Click or drag to resize

GpsDataFile.ReadAll Method (TextReader)

Reads data for all GPS satellites from the specified reader.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static List<GpsSatelliteInformation> ReadAll(
	TextReader source
)

Parameters

source
Type: System.IO.TextReader
The reader from which to read.

Return Value

Type: List<GpsSatelliteInformation>
A list of GpsSatelliteInformation for all satellites in the file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when source is null.
See Also