System.Bluetooth.TBluetoothLEManager.ConnectionState

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

Delphi

property ConnectionState: TBluetoothConnectionState read GetConnectionState;

C++

__property TBluetoothConnectionState ConnectionState = {read=GetConnectionState, nodefault};

プロパティ

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


説明

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

取り得る値は次のとおりです。

説明

Connected

アプリケーションの動作デバイスの Bluetooth LE アダプタは接続されています。

Disconnected

アプリケーションの動作デバイスの Bluetooth LE アダプタは接続されていません。

プラットフォーム サポート

プラットフォーム サポート状況
Connected Disconnected

32 ビット Windows
64 ビット Windows

サムネイルの作成エラー: サムネイルを保存先に保存できません

Mac OS X

サムネイルの作成エラー: サムネイルを保存先に保存できません

iOS

サムネイルの作成エラー: サムネイルを保存先に保存できません

Android

サムネイルの作成エラー: サムネイルを保存先に保存できません
サムネイルの作成エラー: サムネイルを保存先に保存できません

関連項目