System.Bluetooth.TBluetoothSocket.Connected

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

Delphi

property Connected: Boolean read GetConnected;

C++

__property bool Connected = {read=GetConnected, nodefault};

プロパティ

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


説明

ソケットがリモート デバイスに接続されているかどうかを示します(接続されている場合は True、そうでない場合は False)。

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

プラットフォーム サポート対象 備考

32 ビット Windows
64 ビット Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

YesC++11Feature.png
  • 4.0 より前のバージョンでは、Connected は常に True になります。

関連項目