Send (Socket function)

From m204wiki
Revision as of 18:42, 11 June 2012 by JAL2 (talk | contribs)
Jump to navigation Jump to search

Send a string over this socket (Socket class)


This method sends a string over a Janus Sockets connection. The Send function, which may be invoked with a Call statement, has an effect similar to $Sock_Send.

Syntax

[%number =] socket:Send( string, [[Options=] string])

Syntax terms

%numbernumber
socket A variable or an expression that is a reference to a Socket object.
string string
Options string

Usage notes

Examples

See also