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

branch
eric7
changeset 10144
45a9177c8e77
parent 10089
5fe9bfafbc7c
child 10153
ffe7432f716b
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html	Sun Jul 30 17:33:54 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html	Sun Jul 30 17:50:38 2023 +0200
@@ -224,6 +224,18 @@
 <td>Public method to check the availability of WiFi.</td>
 </tr>
 <tr>
+<td><a href="#RP2040Device.isLanConnected">isLanConnected</a></td>
+<td>Public method to check the LAN connection status.</td>
+</tr>
+<tr>
+<td><a href="#RP2040Device.isWifiApConnected">isWifiApConnected</a></td>
+<td>Public method to check the WiFi connection status as access point.</td>
+</tr>
+<tr>
+<td><a href="#RP2040Device.isWifiClientConnected">isWifiClientConnected</a></td>
+<td>Public method to check the WiFi connection status as client.</td>
+</tr>
+<tr>
 <td><a href="#RP2040Device.removeCredentials">removeCredentials</a></td>
 <td>Public method to remove the saved credentials from the connected device.</td>
 </tr>
@@ -1100,6 +1112,63 @@
 raised to indicate an issue with the device
 </dd>
 </dl>
+<a NAME="RP2040Device.isLanConnected" ID="RP2040Device.isLanConnected"></a>
+<h4>RP2040Device.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="RP2040Device.isWifiApConnected" ID="RP2040Device.isWifiApConnected"></a>
+<h4>RP2040Device.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="RP2040Device.isWifiClientConnected" ID="RP2040Device.isWifiClientConnected"></a>
+<h4>RP2040Device.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="RP2040Device.removeCredentials" ID="RP2040Device.removeCredentials"></a>
 <h4>RP2040Device.removeCredentials</h4>
 <b>removeCredentials</b>(<i></i>)

eric ide

mercurial