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

branch
eric7
changeset 11167
a3f5af773bc7
parent 10684
58c7f23ae1cb
child 11186
c2d18aefef6b
diff -r fd914f897dcf -r a3f5af773bc7 src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Sun Mar 09 14:16:35 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Sat Mar 15 11:53:21 2025 +0100
@@ -511,6 +511,10 @@
 <td>Public method to get the submit mode of the device.</td>
 </tr>
 <tr>
+<td><a href="#BaseDevice.supportsDeviceScan">supportsDeviceScan</a></td>
+<td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td>
+</tr>
+<tr>
 <td><a href="#BaseDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td>
 <td>Public method to indicate file access via a local directory.</td>
 </tr>
@@ -2635,6 +2639,26 @@
 str (one of 'raw', 'paste')
 </dd>
 </dl>
+<a NAME="BaseDevice.supportsDeviceScan" ID="BaseDevice.supportsDeviceScan"></a>
+<h4>BaseDevice.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="BaseDevice.supportsLocalFileAccess" ID="BaseDevice.supportsLocalFileAccess"></a>
 <h4>BaseDevice.supportsLocalFileAccess</h4>
 <b>supportsLocalFileAccess</b>(<i></i>)

eric ide

mercurial