1Sockets.socketToNet(3kaya) Kaya module reference Sockets.socketToNet(3kaya)
2
3
4
6 Sockets::socketToNet - Transfer data from socket to network
7
9 Void socketToNet( Socket s, NetHandle net )
10
12 s A socket
13
14 net A network connection
15
17 Transfer any currently pending data from the socket to the network con‐
18 nection. The data is transferred as binary data, so null bytes, and
19 multi-byte characters are handled safely.
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 Sockets.Socket (3kaya)
34 Sockets.netToSocket (3kaya)
35
36
37
38Kaya December 2010 Sockets.socketToNet(3kaya)