src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html

branch
eric7
changeset 11167
a3f5af773bc7
parent 11038
918bc08e1f89
child 11238
ddb3c3b4d679
diff -r fd914f897dcf -r a3f5af773bc7 src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Sun Mar 09 14:16:35 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Sat Mar 15 11:53:21 2025 +0100
@@ -292,6 +292,10 @@
 <td>Public method to stop the access point interface.</td>
 </tr>
 <tr>
+<td><a href="#EspDevice.supportsDeviceScan">supportsDeviceScan</a></td>
+<td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td>
+</tr>
+<tr>
 <td><a href="#EspDevice.writeCredentials">writeCredentials</a></td>
 <td>Public method to write the given credentials to the connected device and modify the start script to connect automatically.</td>
 </tr>
@@ -1299,6 +1303,26 @@
 tuple of (bool, str)
 </dd>
 </dl>
+<a NAME="EspDevice.supportsDeviceScan" ID="EspDevice.supportsDeviceScan"></a>
+<h4>EspDevice.supportsDeviceScan</h4>
+<b>supportsDeviceScan</b>(<i></i>)
+<p>
+        Public method to indicate, that the Bluetooth implementation supports
+        scanning for devices.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating that the scanning function is supported
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="EspDevice.writeCredentials" ID="EspDevice.writeCredentials"></a>
 <h4>EspDevice.writeCredentials</h4>
 <b>writeCredentials</b>(<i>ssid, password, hostname, country</i>)

eric ide

mercurial