System.Bluetooth.TBluetoothManager.DoGetClassicAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetClassicAdapter: TBluetoothAdapter; virtual; abstract;

C++

virtual TBluetoothAdapter* __fastcall DoGetClassicAdapter() = 0 ;

Properties

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

Description

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

Getter of CurrentAdapter.

See Also