System.Bluetooth.Components.TBluetoothLE.ForceRefreshCachedDevices

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

Delphi

property ForceRefreshCachedDevices: Boolean read FForceRefreshCachedDevices write SetForceRefreshCachedDevices;

C++

__property bool ForceRefreshCachedDevices = {read=FForceRefreshCachedDevices, write=SetForceRefreshCachedDevices, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

サービス検知プロセスが、キャッシュされたサービスを使用する代わりに、実際のデバイスからサービスの取得を試みるかどうかを示します。

このプロパティは、Android でのみ有効です。 デフォルトは False です。

関連項目