API:System.Beacon.Components.TBeacon.OnNewBLEScanFilter

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

Delphi

property OnNewBLEScanFilter: TNewBLEScanFilterEvent read FOnNewBLEScanFilter write FOnNewBLEScanFilter;

C++

__property OnNewBLEScanFilter;

プロパティ

種類 可視性 ソース ユニット
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

説明

新しい BLE スキャン フィルタが作成されるたびに発生します。

System.Beacon.Components.TBeacon.OnNewBLEScanFilter は System.Beacon.Components.TCustomBeacon.OnNewBLEScanFilter を継承しています。以下の内容はすべて System.Beacon.Components.TCustomBeacon.OnNewBLEScanFilter を参照しています。 新しい BLE スキャン フィルタが作成されるたびに発生します。

OnNewBLEScanFilter は、BLE スキャン フィルタが、特定の BLE デバイスの検知のためのフィルタ リストに追加される前に発生します。

OnNewBLEScanFilter は、作成されたフィルタをチェックし、必要に応じて変更するために使用することができます。

関連項目