Tue, 06 May 2025 11:08:30 +0200
Changed the 'show()' logic of the Ethernet Status dialog.
<!DOCTYPE html> <html><head> <title>eric7.SystemUtilities.NetworkUtilities</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.SystemUtilities.NetworkUtilities</h1> <p> Module implementing network related utility functions. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#ipv6AddressScope">ipv6AddressScope</a></td> <td>Function to determine the scope of an IPv6 address.</td> </tr> </table> <hr /> <hr /> <a NAME="ipv6AddressScope" ID="ipv6AddressScope"></a> <h2>ipv6AddressScope</h2> <b>ipv6AddressScope</b>(<i>address</i>) <p> Function to determine the scope of an IPv6 address. </p> <dl> <dt><i>address</i> (str)</dt> <dd> IPv6 address </dd> </dl> <dl> <dt>Return:</dt> <dd> address scope </dd> </dl> <dl> <dt>Return Type:</dt> <dd> str </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>