System.Bluetooth.TBluetoothAdapter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AManager: TBluetoothManager);

C++

__fastcall TBluetoothAdapter(TBluetoothManager* const AManager);

Properties

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

Description

Creates an instance of TBluetoothAdapter associated with the specified instance of TBluetoothManager.

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

See Also