IPWorks BLE 2020 C++ Builder Edition

Questions / Feedback?

StopScan Event

Fired when the component stops scanning.

Syntax

typedef struct {
  int ErrorCode;
  String ErrorDescription;
} TiplBLEClientStopScanEventParams;

typedef void __fastcall (__closure *TiplBLEClientStopScanEvent)(System::TObject* Sender, TiplBLEClientStopScanEventParams *e);

__property TiplBLEClientStopScanEvent OnStopScan = { read=FOnStopScan, write=FOnStopScan };

Remarks

This event is fired when the component stops scanning. If the scanning stopped due to an error, the ErrorCode and ErrorDescription parameters will be set accordingly; otherwise they will be 0 and empty string. Refer to the StopScanning method for more information.

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