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

branch
eric7
changeset 11167
a3f5af773bc7
parent 10897
caba0e2456b6
child 11179
37788ec8e6d2
diff -r fd914f897dcf -r a3f5af773bc7 src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html	Sun Mar 09 14:16:35 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html	Sat Mar 15 11:53:21 2025 +0100
@@ -272,6 +272,10 @@
 <td>Public method to stop the access point interface.</td>
 </tr>
 <tr>
+<td><a href="#RP2Device.supportsDeviceScan">supportsDeviceScan</a></td>
+<td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td>
+</tr>
+<tr>
 <td><a href="#RP2Device.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>
@@ -1393,6 +1397,26 @@
 tuple of (bool, str)
 </dd>
 </dl>
+<a NAME="RP2Device.supportsDeviceScan" ID="RP2Device.supportsDeviceScan"></a>
+<h4>RP2Device.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="RP2Device.writeCredentials" ID="RP2Device.writeCredentials"></a>
 <h4>RP2Device.writeCredentials</h4>
 <b>writeCredentials</b>(<i>ssid, password, hostname, country</i>)

eric ide

mercurial