Scripting Sockets » History » Version 1
Per Amundsen, 02/26/2017 04:44 PM
1 | 1 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | h1. Sockets |
||
4 | |||
5 | h2(box). /socklisten |
||
6 | |||
7 | {{include(/socklisten)}} |
||
8 | |||
9 | h2(box). /sockopen |
||
10 | |||
11 | {{include(/sockopen)}} |
||
12 | |||
13 | h2(box). /sockclose |
||
14 | |||
15 | {{include(/sockclose)}} |
||
16 | |||
17 | h2(box). /sockread |
||
18 | |||
19 | {{include(/sockread)}} |
||
20 | |||
21 | h2(box). /sockwrite |
||
22 | |||
23 | {{include(/sockwrite)}} |
||
24 | |||
25 | h2(box). /sockpause |
||
26 | |||
27 | {{include(/sockpause)}} |
||
28 | |||
29 | h2(box). /sockmark |
||
30 | |||
31 | {{include(/sockmark)}} |
||
32 | |||
33 | h2(box). /sockrename |
||
34 | |||
35 | {{include(/sockrename)}} |
||
36 | |||
37 | h2(box). /sockaccept |
||
38 | |||
39 | {{include(/sockaccept)}} |
||
40 | |||
41 | h2(box). /sockudp |
||
42 | |||
43 | {{include(/sockudp)}} |
||
44 | |||
45 | h2(box). /socklist |
||
46 | |||
47 | {{include(/socklist)}} |
||
48 | |||
49 | h2(box). /bindip |
||
50 | |||
51 | {{include(/bindip)}} |
||
52 | |||
53 | h2(box). $sock |
||
54 | |||
55 | {{include($sock)}} |
||
56 | |||
57 | h2(box). $sockbr |
||
58 | |||
59 | {{include($sockbr)}} |
||
60 | |||
61 | h2(box). $sockerr |
||
62 | |||
63 | {{include($sockerr)}} |
||
64 | |||
65 | h2(box). $sockname |
||
66 | |||
67 | {{include($sockname)}} |
||
68 | |||
69 | h2(box). $bindip |
||
70 | |||
71 | {{include($bindip)}} |
||
72 | |||
73 | h2(box). $portfree |
||
74 | |||
75 | {{include($portfree)}} |
||
76 | |||
77 | h2(box). $iptype |
||
78 | |||
79 | {{include($iptype)}} |
||
80 | |||
81 | h2(box). on SOCKLISTEN |
||
82 | |||
83 | {{include(on SOCKLISTEN)}} |
||
84 | |||
85 | h2(box). on SOCKOPEN |
||
86 | |||
87 | {{include(on SOCKOPEN)}} |
||
88 | |||
89 | h2(box). on SOCKWRITE |
||
90 | |||
91 | {{include(on SOCKWRITE)}} |
||
92 | |||
93 | h2(box). on SOCKREAD |
||
94 | |||
95 | {{include(on SOCKREAD)}} |
||
96 | |||
97 | h2(box). on SOCKCLOSE |
||
98 | |||
99 | {{include(on SOCKCLOSE)}} |
||
100 | |||
101 | h2(box). on UDPREAD |
||
102 | |||
103 | {{include(on UDPREAD)}} |