Home | All Classes | Grouped Classes | Index | Search
Writes data to socket. Returns the amount that was written. Writes data to socket, using the specified destination host. Writes data to socket. Returns the amount that was written.
int send( const void* data, int size); int send( const void* data, int size, const CL_IPAddress& dest); int send( const std::string& string);
See also: