381 <tr> |
381 <tr> |
382 <td><a href="#BaseDevice.hasWifi">hasWifi</a></td> |
382 <td><a href="#BaseDevice.hasWifi">hasWifi</a></td> |
383 <td>Public method to check the availability of WiFi.</td> |
383 <td>Public method to check the availability of WiFi.</td> |
384 </tr> |
384 </tr> |
385 <tr> |
385 <tr> |
|
386 <td><a href="#BaseDevice.isNetworkConnected">isNetworkConnected</a></td> |
|
387 <td>Public method to check, if the network interface (WiFi or Ethernet) is connected.</td> |
|
388 </tr> |
|
389 <tr> |
386 <td><a href="#BaseDevice.lls">lls</a></td> |
390 <td><a href="#BaseDevice.lls">lls</a></td> |
387 <td>Public method to get a long directory listing of the connected device including meta data.</td> |
391 <td>Public method to get a long directory listing of the connected device including meta data.</td> |
388 </tr> |
392 </tr> |
389 <tr> |
393 <tr> |
390 <td><a href="#BaseDevice.ls">ls</a></td> |
394 <td><a href="#BaseDevice.ls">ls</a></td> |
1717 </dl> |
1721 </dl> |
1718 <dl> |
1722 <dl> |
1719 <dt>Return Type:</dt> |
1723 <dt>Return Type:</dt> |
1720 <dd> |
1724 <dd> |
1721 tuple of (bool, str) |
1725 tuple of (bool, str) |
|
1726 </dd> |
|
1727 </dl> |
|
1728 <a NAME="BaseDevice.isNetworkConnected" ID="BaseDevice.isNetworkConnected"></a> |
|
1729 <h4>BaseDevice.isNetworkConnected</h4> |
|
1730 <b>isNetworkConnected</b>(<i></i>) |
|
1731 |
|
1732 <p> |
|
1733 Public method to check, if the network interface (WiFi or Ethernet) is |
|
1734 connected. |
|
1735 </p> |
|
1736 <dl> |
|
1737 <dt>Return:</dt> |
|
1738 <dd> |
|
1739 flag indicating the network connection state |
|
1740 </dd> |
|
1741 </dl> |
|
1742 <dl> |
|
1743 <dt>Return Type:</dt> |
|
1744 <dd> |
|
1745 bool |
1722 </dd> |
1746 </dd> |
1723 </dl> |
1747 </dl> |
1724 <a NAME="BaseDevice.lls" ID="BaseDevice.lls"></a> |
1748 <a NAME="BaseDevice.lls" ID="BaseDevice.lls"></a> |
1725 <h4>BaseDevice.lls</h4> |
1749 <h4>BaseDevice.lls</h4> |
1726 <b>lls</b>(<i>dirname="", fullstat=False, showHidden=False</i>) |
1750 <b>lls</b>(<i>dirname="", fullstat=False, showHidden=False</i>) |