System.Bluetooth.TBluetoothDeviceState
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  | 
 リモート デバイスの状態は上のいずれでもありません。  |