Net.sendByte(3kaya) Kaya module reference Net.sendByte(3kaya)NAMENet::sendByte - Send a single byte across a connection.SYNOPSISVoid sendByte( NetHandle h, Int byte )ARGUMENTSh The connection byte The byte to sendDESCRIPTIONSend a single byte across a connection. The Int passed should be between 0 and 255, or the results are unpredictable. This function does not yet support TLS connections.AUTHORSKaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/LICENSEThe Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.RELATEDNet.NetHandle(3kaya) Net.accept(3kaya) Net.closeConnection(3kaya) Net.connect(3kaya) Net.send(3kaya) Net.sendBytes(3kaya) Net.recv(3kaya) Kaya October 2012 Net.sendByte(3kaya)