SDLNet.TCPSocket.send:


Description:

public int send (uchar[] data)
Send data over the non-server socket 'sock'

Parameters:

ptr: The data to send

Returns:

This function returns the actual amount of data sent. If the return value is less than the amount of data sent, then either the remote connection was closed, or an unknown socket error occurred.

created by valadoc