System.Sensors.TGpsSatellite.UsedInFix

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property UsedInFix: Boolean read FUsedInFix;

C++

__property bool UsedInFix = {read=FUsedInFix};

プロパティ

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


説明

GPS エンジンが最新の位置データを取得するために、この衛星が使用されているか(True)、いないか(False)を示します。

関連項目