Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

net.openUdp

Create a UDP object.

Function

SYNOPSIS

s, err = function net.openUdp(port)

ARGUMENTS

  • port, the port number

RETURNS

  • s, the socket object or nil on failure (see UdpSocket)
  • err, the error message
Clone this wiki locally