System.Bluetooth.TBluetoothLEManager.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Current: TBluetoothLEManager read InternalGetBluetoothManager;

C++

/* static */ __property TBluetoothLEManager* Current = {read=InternalGetBluetoothManager};

Properties

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

Description

Returns a global instance of TBluetoothLEManager.

You only need one instance of TBluetoothLEManager on any application. Use Current to obtain an instance of TBluetoothLEManager and work with TBluetoothLEManager as a singleton.

See Also