--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Jul 29 16:45:57 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Jul 29 19:27:18 2023 +0200 @@ -383,6 +383,10 @@ <td>Public method to check the availability of WiFi.</td> </tr> <tr> +<td><a href="#BaseDevice.isNetworkConnected">isNetworkConnected</a></td> +<td>Public method to check, if the network interface (WiFi or Ethernet) is connected.</td> +</tr> +<tr> <td><a href="#BaseDevice.lls">lls</a></td> <td>Public method to get a long directory listing of the connected device including meta data.</td> </tr> @@ -1721,6 +1725,26 @@ tuple of (bool, str) </dd> </dl> +<a NAME="BaseDevice.isNetworkConnected" ID="BaseDevice.isNetworkConnected"></a> +<h4>BaseDevice.isNetworkConnected</h4> +<b>isNetworkConnected</b>(<i></i>) + +<p> + Public method to check, if the network interface (WiFi or Ethernet) is + connected. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating the network connection state +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="BaseDevice.lls" ID="BaseDevice.lls"></a> <h4>BaseDevice.lls</h4> <b>lls</b>(<i>dirname="", fullstat=False, showHidden=False</i>)