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.2.419.0 (24.2.419.0)
Syntax public static List<GpsSatelliteInformation> DownloadAll()
Public Shared Function DownloadAll As List(Of GpsSatelliteInformation)
public:
static List<GpsSatelliteInformation^>^ DownloadAll()
static member DownloadAll : unit -> List<GpsSatelliteInformation>
Return Value
Type:
ListGpsSatelliteInformationA list of
GpsSatelliteInformation for all satellites in the file.
Exceptions Remarks Note that an internet connection is required to use this method successfully.
See Also