System.Bluetooth.TBluetoothLEScanFilterList
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 |
説明
TBluetoothLEScanFilterList は、BLE スキャン フィルタを格納するリストを表します。
TBluetoothLEScanFilterList を StartDiscovery に渡して、TBluetoothLEScanFilterList の個別の要素に格納される特定の BLE デバイスに対してスキャンをかけることができます。