src/eric7/Documentation/Source/eric7.SystemUtilities.NetworkUtilities.html

branch
eric7
changeset 11265
0fb6d2c26cbf
equal deleted inserted replaced
11264:6feb46361342 11265:0fb6d2c26cbf
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.SystemUtilities.NetworkUtilities</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.SystemUtilities.NetworkUtilities</h1>
10 <p>
11 Module implementing network related utility functions.
12 </p>
13
14 <h3>Global Attributes</h3>
15 <table>
16 <tr><td>None</td></tr>
17 </table>
18
19 <h3>Classes</h3>
20 <table>
21 <tr><td>None</td></tr>
22 </table>
23
24 <h3>Functions</h3>
25 <table>
26 <tr>
27 <td><a href="#ipv6AddressScope">ipv6AddressScope</a></td>
28 <td>Function to determine the scope of an IPv6 address.</td>
29 </tr>
30 </table>
31
32 <hr />
33 <hr />
34 <a NAME="ipv6AddressScope" ID="ipv6AddressScope"></a>
35 <h2>ipv6AddressScope</h2>
36 <b>ipv6AddressScope</b>(<i>address</i>)
37 <p>
38 Function to determine the scope of an IPv6 address.
39 </p>
40
41 <dl>
42
43 <dt><i>address</i> (str)</dt>
44 <dd>
45 IPv6 address
46 </dd>
47 </dl>
48 <dl>
49 <dt>Return:</dt>
50 <dd>
51 address scope
52 </dd>
53 </dl>
54 <dl>
55 <dt>Return Type:</dt>
56 <dd>
57 str
58 </dd>
59 </dl>
60 <div align="right"><a href="#top">Up</a></div>
61 <hr />
62 </body></html>

eric ide

mercurial