ServerSocket (UdpSocket function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
Line 2: Line 2:


This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==
{{Template:UdpSocket:ServerSocket syntax}}
{{Template:UdpSocket:ServerSocket syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outUdpSocket</th><td><var>UdpSocket</var> object</td></tr>
<tr><th>%outUdpSocket</th>
<td><var>UdpSocket</var> object</td></tr>
 
<tr><th nowrap="true"><var>[%(UdpSocket):]</var></th>
<tr><th nowrap="true"><var>[%(UdpSocket):]</var></th>
<td>The optional class name in parentheses denotes a [[Notation conventions for methods#Constructors|virtual constructor]]. See [[#Usage notes|"Usage notes"]], below, for more information about invoking a virtual constructor.</td></tr>
<td>The optional class name in parentheses denotes a [[Notation conventions for methods#Constructors|virtual constructor]]. See [[#Usage notes|"Usage notes"]], below, for more information about invoking a virtual constructor.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:UdpSocket:ServerSocket footer}}
{{Template:UdpSocket:ServerSocket footer}}

Revision as of 19:22, 30 July 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

Examples

See also