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