Send (Socket function)
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
%number | number |
---|---|
socket | A variable or an expression that is a reference to a Socket object. |
string | string |
Options | string |