System.Bluetooth.TBluetoothManager.GetBluetoothManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetBluetoothManager: TBluetoothManager; virtual; abstract;

C++

virtual __classmethod TBluetoothManager* __fastcall GetBluetoothManager() = 0 ;

Properties

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

Description

Returns an instance of a subclass of BluetoothManager that implements support for the platform where your application is running.

See Also