System.Bluetooth.TBluetoothLEAdapter

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

System.Bluetooth.TBluetoothCustomAdapterSystem.TObjectTBluetoothLEAdapter

Delphi

TBluetoothLEAdapter = class(TBluetoothCustomAdapter)

C++

class PASCALIMPLEMENTATION TBluetoothLEAdapter : public TBluetoothCustomAdapter

プロパティ

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


説明

Bluetooth LE ハードウェア アダプタを表します。

Bluetooth ハードウェア アダプタは、このデバイスから Bluetooth LE を使って他のデバイスと通信できるようにする組み込み型またはデバイス接続型ハードウェアです。TBluetoothLEAdapter の各インスタンは、これらのハードウェア アダプタの 1 つを表します。

TBluetoothLEAdapter のどのインスタンスもマネージャと関連付けられており、また、どの TBluetoothLEManagerTBluetoothCustomAdapter のサブクラス(TBluetoothLEAdapter など)と関連付けられています。

TBluetoothLEAdapter を使用してリモート デバイスを検出できます。

関連項目