/
xcon.CreateUDP
xcon.CreateUDP
Description
This function can be used to create a UDP socket in LUA.
Signature
xcon.CreateUDP (string, string, number, string, number)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | Handle that identifies the connection within the LUA script. | |
string | M | the IP address of the local interface. If empty, the IP is detected by the system. | |
number | M | the local port that is used for the connection. If zero, the system selects one. | |
string | M | the IP address or host name of the remote server. | |
number | M | the remote port that is used to connect to. |
Return
None., multiple selections available,
Related content
xcon.CreateTCP
xcon.CreateTCP
More like this
xcon.Create
xcon.Create
More like this
xcon.CreateCOM
xcon.CreateCOM
More like this
xcon.CreateFTP
xcon.CreateFTP
More like this
xcon.CreateHTTP
xcon.CreateHTTP
More like this
xcon.SendTo
xcon.SendTo
More like this