1Net.send(3kaya) Kaya module reference Net.send(3kaya)
2
3
4
6 Net::send - Send data across a connection.
7
9 Void send( NetHandle h, String d )
10
12 h The connection
13
14 d The data to send
15
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 [1m(3kaya) should be used.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
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)