System.Bluetooth.TBluetoothLEDevice.Connect
Delphi
function Connect: Boolean;
C++
bool __fastcall Connect();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
説明
リモート デバイスとそのリモート デバイスを検出するマネージャとの接続の確立を試み、成功すれば True
を、失敗すれば False
を、それぞれ返します。