1Net.send(3kaya)              Kaya module reference             Net.send(3kaya)
2
3
4

NAME

6       Net::send - Send data across a connection.
7

SYNOPSIS

9       Void send( NetHandle h, String d )
10

ARGUMENTS

12       h The connection
13
14       d The data to send
15

DESCRIPTION

17       Send  data  across a connection. This function is not suitable for data
18       containing null bytes, for which Net.sendByte (3kaya) or  Net.sendBytes
19       (3kaya) should be used.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Net.NetHandle (3kaya)
33       Net.accept (3kaya)
34       Net.closeConnection (3kaya)
35       Net.connect (3kaya)
36       Net.sendByte (3kaya)
37       Net.sendBytes (3kaya)
38       Net.recv (3kaya)
39
40
41
42Kaya                             December 2010                 Net.send(3kaya)
Impressum