StopScanning Method

Causes the component to stop scanning for BLE GATT servers.

Syntax

public void StopScanning();
Public Sub StopScanning()

Remarks

This method will request that the component stop scanning for BLE GATT servers if it is currently doing so, otherwise it will do nothing. The StopScan event will fire when the scanning has stopped.

Note that scanning may be stopped automatically by the platform under certain conditions; the StopScan event will contain the error code and description if applicable.

You can check the Scanning property to determine whether or not the component is currently scanning.

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