System.Bluetooth.TBluetoothLEDevice.DoConnect

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

Delphi

function DoConnect: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoConnect() = 0 ;

プロパティ

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


説明

メモ: これは、TBluetoothLEDevice のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

リモート デバイスとそのリモート デバイスを検出するマネージャとの接続の確立を試み、成功すれば True を、失敗すれば False を、それぞれ返します。

DoConnectConnect から呼び出されます。