--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.NetworkUtilities.html Mon May 05 17:45:44 2025 +0200 @@ -0,0 +1,62 @@ +<!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>