System.Bluetooth.TBluetoothLEManager.CurrentAdapter

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

Delphi

property CurrentAdapter: TBluetoothLEAdapter read GetCurrentLEAdapter;

C++

__property TBluetoothLEAdapter* CurrentAdapter = {read=GetCurrentLEAdapter};

プロパティ

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


説明

こちらのマネージャのアダプタです。

例外

プロパティの読み込み時、CurrentAdapter は次の例外を発生する場合があります:

Exception Exception.Message シナリオ

EBluetoothAdapterException

Bluetooth デバイスが見つかりません:切断またはオフになっています。

  • お使いの Bluetooth デバイスは無効または接続されています(EnableBluetoothFalse)。

関連項目