File: ggsock.txt

package info (click to toggle)
generator-scripting-language 4.1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,424 kB
  • sloc: ansic: 106,060; cpp: 2,232; pascal: 762; sh: 535; xml: 424; makefile: 194
file content (20 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MODULE: GSL/socket package

    Class: Socket
    
        Function: sock . passive (service,[error])

        Function: sock . connect ([host],service,[timeout],[error])


    Class: Socket handle
    
        Function: <sock handle> . accept ([timeout],[error])

        Function: <sock handle> . close ([timeout],[error])

        Function: <sock handle> . read (buffer,[minimum],[timeout],[error])

        Function: <sock handle> . write (buffer,[timeout],[error])