System.Bluetooth.TBluetoothLEDevice.Create
Delphi
constructor Create(AutoConnect: Boolean);
C++
__fastcall TBluetoothLEDevice(bool AutoConnect);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
Description
Creates an instance of TBluetoothLEDevice with the AutoConnect parameter.
Set the AutoConnect parameter to False to directly connect to the remote device, or to True to automatically connect as soon as the remote device becomes available.