1Net.recvByte(3kaya) Kaya module reference Net.recvByte(3kaya)
2
3
4
6 Net::recvByte - Recieve data from a connection.
7
9 Int recvByte( NetHandle h, Int timeout=0 )
10
12 h The connection
13
14 timeout The number of microseconds to wait without input before timing
15 out. The default is zero.
16
18 Reads a single byte from the connection, and times out after timeout
19 microseconds. This function does not yet support TLS connections.
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.connect (3kaya)
35 Net.microPending (3kaya)
36 Net.microRecv (3kaya)
37 Net.pending (3kaya)
38 Net.recv (3kaya)
39 Net.recvBytes (3kaya)
40 Net.send (3kaya)
41
42
43
44Kaya December 2010 Net.recvByte(3kaya)