System.Bluetooth.TBluetoothAdapter.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const AManager: TBluetoothManager);

C++

__fastcall TBluetoothAdapter(TBluetoothManager* const AManager);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter


説明

指定された TBluetoothManager のインスタンスに関連付けられた TBluetoothAdapter のインスタンスを作成します。

TBluetoothAdapter 内部の動作でマネージャとのやり取りが必要になると、TBluetoothAdapterAManager とやり取りします。

関連項目