System.Bluetooth.TBluetoothLEAdapter.Create

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

Delphi

constructor Create(const AManager: TBluetoothLEManager);

C++

__fastcall TBluetoothLEAdapter(TBluetoothLEManager* const AManager);

プロパティ

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


説明

TBluetoothLEManager の指定されたインスタンスと関連付けられる TBluetoothLEAdapter のインスタンスを作成します。

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

関連項目