ErrInfo (Socket function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 17: | Line 17: | ||
<td>The class name in parentheses denotes a shared method. Specifying <code>%(Socket):</code> is not the only way to invoke the method (see [[??]] refid=themeth.). | <td>The class name in parentheses denotes a shared method. Specifying <code>%(Socket):</code> is not the only way to invoke the method (see [[??]] refid=themeth.). | ||
</td></tr> | </td></tr> | ||
<tr><th> | <tr><th>string</th> | ||
<td>One of the following strings: <table class="syntaxTable"> <tr><th><var>CODE</var> </th><td>Retrieve the code from the last <var class="product">Janus Sockets</var> error. | <td>One of the following strings: <table class="syntaxTable"> <tr><th><var>CODE</var> </th><td>Retrieve the code from the last <var class="product">Janus Sockets</var> error. | ||
</td></tr> | </td></tr> |
Revision as of 01:39, 15 November 2011
Retrieve info about the most recent socket error (Socket class)
This shared method retrieves information about the last Janus Sockets error.
The ErrInfo function is similar in effect to
$Sock_Errinfo.
Syntax
%string = %(Socket):ErrInfo( string)
Syntax terms
%string | A string variable to contain the returned error information. If no Janus Sockets error has occurred since the thread logged in, a null string is returned. | ||||||
---|---|---|---|---|---|---|---|
%(Socket) | The class name in parentheses denotes a shared method. Specifying %(Socket): is not the only way to invoke the method (see ?? refid=themeth.).
| ||||||
string | One of the following strings:
|
ErrInfo is not affected by any ONRESET
setting.