System.Beacon.Components.TBeacon.OnNewBLEScanFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNewBLEScanFilter: TNewBLEScanFilterEvent read FOnNewBLEScanFilter write FOnNewBLEScanFilter;

C++

__property OnNewBLEScanFilter;

Properties

Type Visibility Source Unit Parent
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

Occurs every time a new BLE scan filter is created.

System.Beacon.Components.TBeacon.OnNewBLEScanFilter inherits from System.Beacon.Components.TCustomBeacon.OnNewBLEScanFilter. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnNewBLEScanFilter. Occurs every time a new BLE scan filter is created.

OnNewBLEScanFilter occurs before the BLE scan filter is added to the filter list for the discovering of specific BLE devices.

OnNewBLEScanFilter can be used in order to check the created filter and change it if necessary.

See Also