System.Bluetooth.TBluetoothLEDevice.ForceRefreshCachedServices

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

Delphi

property ForceRefreshCachedServices: Boolean read FForceRefreshCachedServices write FForceRefreshCachedServices;

C++

__property bool ForceRefreshCachedServices = {read=FForceRefreshCachedServices, write=FForceRefreshCachedServices, nodefault};

プロパティ

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


説明

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

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

関連項目