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 LE をサポートしているリモート デバイスを表します。

TBluetoothLEDevice のインスタンスを使用すると、以下を行えます。

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

関連項目