StartScan Event

Fired when the class starts scanning.

Syntax

ANSI (Cross Platform)
virtual int FireStartScan(BLEClientStartScanEventParams *e);
typedef struct {
const char *ServiceUuids; int reserved; } BLEClientStartScanEventParams; Unicode (Windows) virtual INT FireStartScan(BLEClientStartScanEventParams *e);
typedef struct {
LPCWSTR ServiceUuids; INT reserved; } BLEClientStartScanEventParams;
#define EID_BLECLIENT_STARTSCAN 8

virtual INT IPWORKSBLE_CALL FireStartScan(LPSTR &lpszServiceUuids);

Remarks

This event is fired when the class 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++ Edition - Version 20.0 [Build 8158]