List of Janus Sockets $functions: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:
<tr><td valign="top">[[$Sock_Tran_In]]</td><td valign="top">Translate a remote=encoded string to internal</td></tr>
<tr><td valign="top">[[$Sock_Tran_In]]</td><td valign="top">Translate a remote=encoded string to internal</td></tr>
<tr><td valign="top">[[$Sock_Tran_Out]]</td><td valign="top">Translate an internal-encoded string to remote</td></tr>
<tr><td valign="top">[[$Sock_Tran_Out]]</td><td valign="top">Translate an internal-encoded string to remote</td></tr>
<tr><td valign="top">[[$Sock_URL_Encode]]</td><td valign="top">Use escape sequences to encode special chars</td></tr>
<tr><td valign="top">[[$Sock_URL_Encode]]</td><td valign="top">Use escape sequences to encode special characters</td></tr>
</table>
</table>


[[Category:Janus Sockets]]
[[Category:Janus Sockets]]
[[Category:$Functions|$Sock_xxx functions]]
[[Category:$Functions|$Sock_xxx functions]]

Revision as of 21:27, 20 January 2012

The following are the available Janus Sockets $functions.

See Notation conventions for methods for information about the conventions followed in the method descriptions.

$FunctionDescription
$Sock_CaptureShould print output be sent on the socket?
$Sock_Cert_InfoRetrieve a value from the SSL certificate
$Sock_Cert_LevelsNumber of levels of the SSL certificate
$Sock_CloseClose this socket connection
$Sock_ConnCreate a socket connection
$Sock_ErrInfoRetrieve info about the most recent socket error
$Sock_InfoRetrieve information about the socket
$Sock_NumSocket numbers of a set of selected sockets
$Sock_OnResetJump to label when this socket resets
$Sock_RecvReceive a string of bytes on this socket
$Sock_RecvPrsReceive bytes up to a given string
$Sock_SSL_OnTurn on SSL processing
$Sock_SendSend a string over this socket
$Sock_SendLnSend a string plus line end character
$Sock_SetChange a setting for this socket
$Sock_Tran_InTranslate a remote=encoded string to internal
$Sock_Tran_OutTranslate an internal-encoded string to remote
$Sock_URL_EncodeUse escape sequences to encode special characters