ServerSocket (UdpSocket function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 16: Line 16:


==Usage notes==
==Usage notes==
<ul>
<li>This method turns the server socket into a client     
socket so that any server activity (line input, etc.) results in request
cancellation for any subsequent ServerSocket calls and logout for
any line input.                                                 
</ul>


==Examples==
==Examples==

Revision as of 23:13, 10 December 2012

Get server UdpSocket object (UdpSocket class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

%udpSocket = [%(UdpSocket):]ServerSocket

Syntax terms

%outUdpSocket UdpSocket object
[%(UdpSocket):] The optional class name in parentheses denotes a virtual constructor. See "Usage notes", below, for more information about invoking a virtual constructor.

Usage notes

  • This method turns the server socket into a client socket so that any server activity (line input, etc.) results in request cancellation for any subsequent ServerSocket calls and logout for any line input.

Examples

See also