IPWorks BLE 2020 C++ Builder Edition

Questions / Feedback?

StartScan Event

Fired when the component starts scanning.

Syntax

typedef struct {
  String ServiceUuids;
} TiplBLEClientStartScanEventParams;

typedef void __fastcall (__closure *TiplBLEClientStartScanEvent)(System::TObject* Sender, TiplBLEClientStartScanEventParams *e);

__property TiplBLEClientStartScanEvent OnStartScan = { 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 C++ Builder Edition - Version 20.0 [Build 8158]