System.Bluetooth.TBluetoothLEManager.DoGetLEAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetLEAdapter: TBluetoothLEAdapter; virtual; deprecated 'Use DoGetAdapter';

C++

virtual TBluetoothLEAdapter* __fastcall DoGetLEAdapter _DEPRECATED_ATTRIBUTE1("Use DoGetAdapter") ();

Properties

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

Description

Warning: DoGetLEAdapter is deprecated. Please use DoGetAdapter.

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

Returns the adapter of your manager.

CurrentAdapter calls DoGetLEAdapter.

See Also