System.Bluetooth.TBluetoothLEDevice.Create

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

Delphi

constructor Create(AutoConnect: Boolean);

C++

__fastcall TBluetoothLEDevice(bool AutoConnect);

プロパティ

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


説明

指定された AutoConnect パラメータで TBluetoothLEDevice のインスタンスを作成します。

AutoConnect パラメータを False に設定すると、リモート デバイスに直接接続でき、True に設定すると、リモート デバイスが使用可能になりしだい自動的に接続できるようになります。

関連項目