Previous Up Next

_setUDP
Create a new UDP channel, with a server on a specific port number.

Chn _setUDP (
Env _environment_
I _port_
S _script_
)
Parameters

_environment_
environment that is inherited by the channel. nil means the minimal environment.
_port_
port number. On some Operating System (such as Unix), standard port numbers (under 1024) are not available for any user.
_script_
script to execute immediatly on this new channel.
Return value

new channel or nil if error

Error :