Send data across a connection.
Void send( NetHandle h, String d )
h The connection
d The data to send
Send data across a connection. This function is not suitable for data containing null bytes, for which Net.sendByte (3kaya) or Net.sendBytes (3kaya) should be used.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The 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.
Net.NetHandle (3kaya)
Net.accept (3kaya)
Net.closeConnection (3kaya)
Net.connect (3kaya)
Net.sendByte (3kaya)
Net.sendBytes (3kaya)
Net.recv (3kaya)