1Sockets.recvByte(3kaya) Kaya module reference Sockets.recvByte(3kaya)
2
3
4
6 Sockets::recvByte - Receive a single byte from a socket
7
9 Int recvByte( Socket s, Int timeout=1000000 )
10
12 s The socket
13
14 timeout The time to wait for data in microseconds before giving up (the
15 default is 1000000, or 1 second)
16
18 Receive a single byte from a socket.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Sockets.Socket (3kaya)
32 Sockets.pending (3kaya)
33 Sockets.sendByte (3kaya)
34 Sockets.recv (3kaya)
35 Sockets.recvBytes (3kaya)
36
37
38
39Kaya December 2010 Sockets.recvByte(3kaya)