System.Bluetooth.TBluetoothAdapter.Create
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 内部の動作でマネージャとのやり取りが必要になると、TBluetoothAdapter は AManager とやり取りします。