1Net.sendByte(3kaya) Kaya module reference Net.sendByte(3kaya)
2
3
4
6 Net::sendByte - Send a single byte across a connection.
7
9 Void sendByte( NetHandle h, Int byte )
10
12 h The connection
13
14 byte The byte to send
15
17 Send a single byte across a connection. The Int passed should be
18 between 0 and 255, or the results are unpredictable. This function does
19 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.closeConnection (3kaya)
35 Net.connect (3kaya)
36 Net.send (3kaya)
37 Net.sendBytes (3kaya)
38 Net.recv (3kaya)
39
40
41
42Kaya December 2010 Net.sendByte(3kaya)