Click or drag to resize

GpsDataFileDownloadAll Method

Downloads and reads data for all GPS satellites from an AGI server. This method connects via HTTPS to ftp.agi.com.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static List<GpsSatelliteInformation> DownloadAll()

Return Value

Type: ListGpsSatelliteInformation
A list of GpsSatelliteInformation for all satellites in the file.
Exceptions
ExceptionCondition
InvalidDataException Thrown when there is an error parsing data from the file.
DataUnavailableException Thrown when the data cannot be retrieved from the server.
Remarks
Note that an internet connection is required to use this method successfully.
See Also