Squirrel/Server/Functions/Sockets/Send

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function sends the given data using a socket. == Syntax == <code>bool Socket.Send( string szData )</code> == Arguments == * '''szData''' - This is the data you want to s...)

Revision as of 08:47, 14 December 2009

This function sends the given data using a socket.

Syntax

  1. bool Socket.Send( string szData )

Arguments

  • szData - This is the data you want to send via the socket as a string

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes/used functions here

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox