System.Bluetooth.TBluetoothLEManager.CurrentAdapter
Delphi
property CurrentAdapter: TBluetoothLEAdapter read GetCurrentLEAdapter;
C++
__property TBluetoothLEAdapter* CurrentAdapter = {read=GetCurrentLEAdapter};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
Description
Adapter of your manager.
Exceptions
Reading the property, CurrentAdapter may raise the following exception:
Exception | Exception.Message | Scenarios |
---|---|---|
Bluetooth device not found: disconnected or turned off. |
|