System.Bluetooth.TBluetoothManager.CurrentAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentAdapter: TBluetoothAdapter read GetCurrentAdapter;

C++

__property TBluetoothAdapter* CurrentAdapter = {read=GetCurrentAdapter};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager

Description

Adapter of your manager.

Exceptions

Reading the property, CurrentAdapter may raise the following exception:

Exception Exception.Message Scenarios

EBluetoothAdapterException

Bluetooth device not found: disconnected or turned off.

  • Your Bluetooth device is disabled or disconnected (EnableBluetooth is False).

See Also