System.Bluetooth.TBluetoothDevice.State

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

Delphi

property State: TBluetoothDeviceState read GetState;

C++

__property TBluetoothDeviceState State = {read=GetState, nodefault};

プロパティ

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


説明

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

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

説明

Connected

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

Paired

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

None

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

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

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

32 ビット Windows
64 ビット Windows

YesC++11Feature.png
YesC++11Feature.png
YesC++11Feature.png

OS X

YesC++11Feature.png
YesC++11Feature.png
YesC++11Feature.png

Android

YesC++11Feature.png
YesC++11Feature.png

関連項目