System.Bluetooth.TBluetoothSocket.GetConnected

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

Delphi

function GetConnected: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetConnected() = 0 ;

プロパティ

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


説明

メモ: これは、TBluetoothSocket のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

Connected の取得アクセサです。

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

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

32 ビット Windows
64 ビット Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

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

関連項目