System.Bluetooth.TBluetoothConnectionState

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

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 アダプタは接続されていません。

関連項目