1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta name="GENERATOR" content="PasDoc 0.9.0">
|
---|
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
---|
6 | <title>synamisc</title>
|
---|
7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
---|
8 | </head>
|
---|
9 | <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
|
---|
10 | <h1 class="unit">Unit synamisc</h1>
|
---|
11 | <table class="sections">
|
---|
12 | <tr>
|
---|
13 | <td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Uses">uses</a></td><td><a class="section" href="#@Classes">Classes, Interfaces, Objects and Records</a></td><td><a class="section" href="#@FuncsProcs">Functions and Procedures</a></td><td>Types</td><td>Constants</td><td>Variables</td></tr></table>
|
---|
14 | <a name="@Description"></a><h2 class="description">Description</h2>
|
---|
15 | <a name="@Uses"></a><h2 class="uses">uses</h2>
|
---|
16 | <ul class="useslist"><li><a href="synautil.html">synautil</a></li><li><a href="blcksock.html">blcksock</a></li><li>SysUtils</li><li>Classes</li><li>Windows</li></ul><h2 class="overview">Overview</h2>
|
---|
17 | <a name="@Classes"></a><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
|
---|
18 | <table class="classestable">
|
---|
19 | <tr class="listheader">
|
---|
20 | <th class="itemname">Name</th>
|
---|
21 | <th class="itemdesc">Description</th>
|
---|
22 | </tr>
|
---|
23 | <tr class="list">
|
---|
24 | <td class="itemname">record <a class="bold" href="synamisc.TProxySetting.html"><code>TProxySetting</code></a></td>
|
---|
25 | <td class="itemdesc">This record contains information about proxy setting.</td>
|
---|
26 | </tr>
|
---|
27 | </table>
|
---|
28 | <a name="@FuncsProcs"></a><h3 class="summary">Functions and Procedures</h3>
|
---|
29 | <table class="summary">
|
---|
30 | <tr class="list">
|
---|
31 | <td class="itemcode"><code>procedure <b><a href="synamisc.html#WakeOnLan">WakeOnLan</a></b>(MAC, IP: string);</code></td>
|
---|
32 | </tr>
|
---|
33 | <tr class="list2">
|
---|
34 | <td class="itemcode"><code>function <b><a href="synamisc.html#GetDNS">GetDNS</a></b>: string;</code></td>
|
---|
35 | </tr>
|
---|
36 | <tr class="list">
|
---|
37 | <td class="itemcode"><code>function <b><a href="synamisc.html#GetIEProxy">GetIEProxy</a></b>(protocol: string): <a href="synamisc.TProxySetting.html">TProxySetting</a>;</code></td>
|
---|
38 | </tr>
|
---|
39 | <tr class="list2">
|
---|
40 | <td class="itemcode"><code>function <b><a href="synamisc.html#GetLocalIPs">GetLocalIPs</a></b>: string;</code></td>
|
---|
41 | </tr>
|
---|
42 | </table>
|
---|
43 | <h2 class="description">Description</h2>
|
---|
44 | <h3 class="detail">Functions and Procedures</h3>
|
---|
45 | <table class="detail">
|
---|
46 | <tr class="list">
|
---|
47 | <td class="itemcode"><a name="WakeOnLan"></a><code>procedure <b>WakeOnLan</b>(MAC, IP: string);</code></td>
|
---|
48 | </tr>
|
---|
49 | </table>
|
---|
50 | <p>
|
---|
51 | By this function you can turn-on computer on network, if this computer supporting Wake-on-lan feature. You need MAC number (network card indentifier) of computer for turn-on. You can also assign target IP addres. If you not specify it, then is used broadcast for delivery magic wake-on packet. However broadcasts workinh only on your local network. When you need to wake-up computer on another network, you must specify any existing IP addres on same network segment as targeting computer.</p>
|
---|
52 | <table class="detail">
|
---|
53 | <tr class="list">
|
---|
54 | <td class="itemcode"><a name="GetDNS"></a><code>function <b>GetDNS</b>: string;</code></td>
|
---|
55 | </tr>
|
---|
56 | </table>
|
---|
57 | <p>
|
---|
58 | Autodetect current DNS servers used by system. If is defined more then one DNS server, then result is comma-delimited.</p>
|
---|
59 | <table class="detail">
|
---|
60 | <tr class="list">
|
---|
61 | <td class="itemcode"><a name="GetIEProxy"></a><code>function <b>GetIEProxy</b>(protocol: string): <a href="synamisc.TProxySetting.html">TProxySetting</a>;</code></td>
|
---|
62 | </tr>
|
---|
63 | </table>
|
---|
64 | <p>
|
---|
65 | Autodetect InternetExplorer proxy setting for given protocol. This function working only on windows!</p>
|
---|
66 | <table class="detail">
|
---|
67 | <tr class="list">
|
---|
68 | <td class="itemcode"><a name="GetLocalIPs"></a><code>function <b>GetLocalIPs</b>: string;</code></td>
|
---|
69 | </tr>
|
---|
70 | </table>
|
---|
71 | <p>
|
---|
72 | Return all known IP addresses on local system. Addresses are divided by comma.</p>
|
---|
73 | <hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:52</em>
|
---|
74 | </span>
|
---|
75 | </body></html>
|
---|