System.Bluetooth.TBluetoothLEScanFilterList

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

System.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothLEScanFilterList

Delphi

TBluetoothLEScanFilterList = class(TList<TBluetoothLEScanFilter>);

C++

class PASCALIMPLEMENTATION TBluetoothLEScanFilterList : public System::Generics::Collections::TList__1<TBluetoothLEScanFilter*>

プロパティ

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


説明

BLE スキャン フィルタリスト

TBluetoothLEScanFilterList は、BLE スキャン フィルタを格納するリストを表します。

TBluetoothLEScanFilterListStartDiscovery に渡して、TBluetoothLEScanFilterList の個別の要素に格納される特定の BLE デバイスに対してスキャンをかけることができます。

関連項目