Core Function SSSend
From Sputnik Wiki
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "<pre> SSSend( /* depends... /* )  </pre>  === Description ===  Send data to client or server.  === Parameters if first param is SERVER ===  ==== <server> ====  The server object ...")  | 
		m (1 revision)  | 
		
Revision as of 21:40, 11 August 2014
SSSend( /* depends... /* )
Contents | 
Description
Send data to client or server.
Parameters if first param is SERVER
<server>
The server object to use.
<message buffer>
The message buffer object to use.
<client socket>
The client socket to use.
Parameters if first param is CLIENT
<client>
The client object to use.
<message buffer>
The message buffer object to use.
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
This is NOT a generic socket toolset; You can't use this to connect to anything instead it is used to connect Sputnik clients with Sputnik servers in a very easy to use way.
Example
See the Listen() and Connect() for examples