System.Sensors.TGpsStatus.Satellites

提供:RAD Studio API Documentation

Delphi

class function Satellites(Index: Integer): TGpsSatellite; virtual; abstract;

C++

virtual __classmethod TGpsSatellite __fastcall Satellites(int Index) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TGpsStatus


説明

Satellites は、アプリケーション GPS 情報を提供する衛星です。

TGpsSatellite の各インスタンスは、特定の衛星についての詳細情報を提供します。

関連項目