System.Bluetooth.TBluetoothLEScanFilterList

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Delphi

TBluetoothLEScanFilterList = class(TList<TBluetoothLEScanFilter>);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Description

Liste de filtres d'analyse BLE.

TBluetoothLEScanFilterList représente une liste qui contient les filtres d'analyse BLE.

Vous pouvez transmettre un TBluetoothLEScanFilterList à StartDiscovery afin d'analyser les périphériques BLE spécifiques qui sont contenus dans les différents éléments de TBluetoothLEScanFilterList.

Voir aussi