API:System.Bluetooth.TBluetoothLEDevice

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

System.Bluetooth.TBluetoothCustomDeviceSystem.TObjectTBluetoothLEDevice

Delphi

TBluetoothLEDevice = class(TBluetoothCustomDevice)

C++

class PASCALIMPLEMENTATION TBluetoothLEDevice : public TBluetoothCustomDevice

プロパティ

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

説明

Bluetooth 対応のリモート デバイスを表すサブクラスの基底クラスです。

System.Bluetooth.TBluetoothLEDevice は System.Bluetooth.TBluetoothCustomDevice を継承しています。以下の内容はすべて System.Bluetooth.TBluetoothCustomDevice を参照しています。

Bluetooth 対応のリモート デバイスを表すサブクラスの基底クラスです。

TBluetoothCustomDevice のサブクラスを使用すれば、リモート デバイスにクライアントとして接続するのに使用できるソケットを取得できます。

TBluetoothCustomDevice サブクラスのインスタンスを取得するには、マネージャGetPairedDevices メソッドまたは LastDiscoveredDevices プロパティを使用します。

TBluetoothCustomDevice を直接使用しないでください。代わりに、次のサブクラスのいずれかを使用します。

関連項目