System.Bluetooth.TBluetoothLEManager.DoGetLEAdapter

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

Delphi

function DoGetLEAdapter: TBluetoothLEAdapter; virtual; deprecated 'Use DoGetAdapter';

C++

virtual TBluetoothLEAdapter* __fastcall DoGetLEAdapter _DEPRECATED_ATTRIBUTE1("Use DoGetAdapter") ();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


説明

警告: DoGetLEAdapter は非推奨になっています。 DoGetAdapter を使用してください。


メモ: これは、TBluetoothLEManager のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

お使いのマネージャのアダプタを返します。

CurrentAdapter から DoGetLEAdapter が呼び出されます。

関連項目