System.Bluetooth.Components.TBluetooth.StateConnected

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

Delphi

property StateConnected: Boolean read GetStateConnected;

C++

__property bool StateConnected = {read=GetStateConnected, nodefault};

プロパティ

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


説明

現在のアダプタが接続されている場合には True、そうでなければ False を返します。

関連項目