1Sockets.netToSocket(3kaya) Kaya module reference Sockets.netToSocket(3kaya)
2
3
4
6 Sockets::netToSocket - Transfer data from network to socket
7
9 Void netToSocket( NetHandle net, Socket s )
10
12 net A network connection
13
14 s A socket
15
17 Transfer any currently pending data from the network connection to the
18 socket. 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.socketToNet (3kaya)
35
36
37
38Kaya December 2010 Sockets.netToSocket(3kaya)