System.Bluetooth.TBluetoothConnectionState
Delphi
TBluetoothConnectionState = (Disconnected, Connected);
C++
enum class DECLSPEC_DENUM TBluetoothConnectionState : unsigned char { Disconnected, Connected };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
説明
アダプタの現在の状態です。
取り得る値は次のとおりです。
| 値 | 説明 |
|---|---|
|
Connected |
アプリケーションの動作デバイスのクラシック Bluetooth アダプタは接続されています。 |
|
Disconnected |
アプリケーションの動作デバイスのクラシック Bluetooth アダプタは接続されていません。 |