System.Bluetooth.TBluetoothLEDevice.FAutoConnect

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

Delphi

FAutoConnect: Boolean;

C++

bool FAutoConnect;

プロパティ

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


説明

リモート デバイスが使用可能になればすぐにリモート デバイスに接続するか(True)、直接リモート デバイスに接続するか(False)を示す protected プロパティです。

FAutoConnect の値は、デバイス作成時に定義します。

関連項目