System.Bluetooth.TBluetoothLEManager.DoGetAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetAdapter: TBluetoothLEAdapter; virtual; abstract;

C++

virtual TBluetoothLEAdapter* __fastcall DoGetAdapter() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEManager implement.

Returns the adapter of your manager.

CurrentAdapter calls DoGetAdapter.

See Also