System.Bluetooth.TBluetoothLEAdapter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AManager: TBluetoothLEManager);

C++

__fastcall TBluetoothLEAdapter(TBluetoothLEManager* const AManager);

Properties

Type Visibility Source Unit Parent
constructor public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter

Description

Creates an instance of TBluetoothLEAdapter associated with the specified instance of TBluetoothLEManager.

When the internal behavior of TBluetoothLEAdapter requires interaction with a manager, TBluetoothLEAdapter interacts with AManager.

See Also