System.Bluetooth.TBluetoothLEManager.DoGetLEAdapter
Delphi
function DoGetLEAdapter: TBluetoothLEAdapter; virtual; deprecated 'Use DoGetAdapter';
C++
virtual TBluetoothLEAdapter* __fastcall DoGetLEAdapter _DEPRECATED_ATTRIBUTE1("Use DoGetAdapter") (void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothLEManager | 
説明
警告: DoGetLEAdapter は非推奨になっています。 DoGetAdapter を使用してください。
- メモ: これは、TBluetoothLEManager のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
お使いのマネージャのアダプタを返します。
CurrentAdapter から DoGetLEAdapter が呼び出されます。