System.Bluetooth.TBluetoothManager.CurrentAdapter

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

Delphi

property CurrentAdapter: TBluetoothAdapter read GetCurrentAdapter;

C++

__property TBluetoothAdapter* CurrentAdapter = {read=GetCurrentAdapter};

プロパティ

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


説明

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

例外

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

Exception Exception.Message シナリオ

EBluetoothAdapterException

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

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

関連項目