List of functions and data types in Net
Void send(NetHandle h, String d)
Arguments
h: The connection
d: The data to send
Usage
Send data across a connection. This function is not suitable for data containing null bytes, for which sendByte or sendBytes should be used.
Related