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

branch
eric7
changeset 10144
45a9177c8e77
parent 9944
011ae0edbcff
child 10153
ffe7432f716b
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html	Sun Jul 30 17:33:54 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html	Sun Jul 30 17:50:38 2023 +0200
@@ -259,6 +259,18 @@
 <td>Public method to check the availability of WiFi.</td>
 </tr>
 <tr>
+<td><a href="#CircuitPythonDevice.isLanConnected">isLanConnected</a></td>
+<td>Public method to check the LAN connection status.</td>
+</tr>
+<tr>
+<td><a href="#CircuitPythonDevice.isWifiApConnected">isWifiApConnected</a></td>
+<td>Public method to check the WiFi connection status as access point.</td>
+</tr>
+<tr>
+<td><a href="#CircuitPythonDevice.isWifiClientConnected">isWifiClientConnected</a></td>
+<td>Public method to check the WiFi connection status as client.</td>
+</tr>
+<tr>
 <td><a href="#CircuitPythonDevice.removeCredentials">removeCredentials</a></td>
 <td>Public method to remove the saved credentials from the connected device.</td>
 </tr>
@@ -1293,6 +1305,63 @@
 raised to indicate an issue with the device
 </dd>
 </dl>
+<a NAME="CircuitPythonDevice.isLanConnected" ID="CircuitPythonDevice.isLanConnected"></a>
+<h4>CircuitPythonDevice.isLanConnected</h4>
+<b>isLanConnected</b>(<i></i>)
+
+<p>
+        Public method to check the LAN connection status.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating that the device is connected to the LAN
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<a NAME="CircuitPythonDevice.isWifiApConnected" ID="CircuitPythonDevice.isWifiApConnected"></a>
+<h4>CircuitPythonDevice.isWifiApConnected</h4>
+<b>isWifiApConnected</b>(<i></i>)
+
+<p>
+        Public method to check the WiFi connection status as access point.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating the WiFi connection status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<a NAME="CircuitPythonDevice.isWifiClientConnected" ID="CircuitPythonDevice.isWifiClientConnected"></a>
+<h4>CircuitPythonDevice.isWifiClientConnected</h4>
+<b>isWifiClientConnected</b>(<i></i>)
+
+<p>
+        Public method to check the WiFi connection status as client.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating the WiFi connection status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="CircuitPythonDevice.removeCredentials" ID="CircuitPythonDevice.removeCredentials"></a>
 <h4>CircuitPythonDevice.removeCredentials</h4>
 <b>removeCredentials</b>(<i></i>)

eric ide

mercurial