LocalPort (UdpSocket property)
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. |
Examples
For UdpSocket examples of interest, see the "Examples" section of the UdpSocket New method.