System.Bluetooth.TBluetoothLEDevice.GetIsConnected
Delphi
function GetIsConnected: Boolean; virtual; abstract;
C++
virtual bool __fastcall GetIsConnected() = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
説明
- メモ: これは、TBluetoothLEDevice のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
デバイスが接続されていたら、True
を返します。
IsConnectedGetIsConnected を呼び出します。