System.Bluetooth.TBluetoothDeviceState

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

Delphi

TBluetoothDeviceState = (None, Paired, Connected);

C++

enum class DECLSPEC_DENUM TBluetoothDeviceState : unsigned char { None, Paired, Connected };

プロパティ

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


説明

リモート デバイスの現在の状態です。

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

説明

Connected

リモート デバイスは、現在、こちらのアプリケーションが動作しているデバイスに接続されています。

Paired

リモート デバイスは、こちらのアプリケーションが動作しているデバイスとペアになっています。

None

リモート デバイスの状態は上のいずれでもありません。

関連項目