IPWorks BLE 2020 Delphi Edition

Questions / Feedback?

StartScan Event

Fired when the component starts scanning.

Syntax

type TStartScanEvent = procedure (
  Sender: TObject;
  const ServiceUuids: String
) of Object;

property OnStartScan: TStartScanEvent read FOnStartScan write FOnStartScan;

Remarks

This event is fired when the component starts scanning. ServiceUuids is a comma-separated list of 128-bit service UUIDs that the scan is being filtered by. Refer to the StartScanning method for more information.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks BLE 2020 Delphi Edition - Version 20.0 [Build 8158]