LocalPort (UdpSocket property)

From m204wiki
Revision as of 21:14, 10 December 2012 by JAL (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

Local port number for bound socket (UdpSocket class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

%portNumber = udpSocket:LocalPort

Syntax terms

%portNumber A numeric variable to contain the number of the port to which socket udpSocket is bound.
udpSocket A UdpSocket object.

See also