System.Bluetooth.TBluetoothLEManager.DoGetAdapter
Delphi
function DoGetAdapter: TBluetoothLEAdapter; virtual; abstract;
C++
virtual TBluetoothLEAdapter* __fastcall DoGetAdapter(void) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothLEManager | 
説明
- メモ: これは、TBluetoothLEManager のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
マネージャのアダプタを返します。
CurrentAdapterDoGetAdapter を呼び出します。