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

OS X

Android

  • 4.0 より前のバージョンでは、Connected は常に True になります。

関連項目