-
Notifications
You must be signed in to change notification settings - Fork 74
Net UdpSocketBind
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Bind the socket to an address.
channel, err = function UdpSocket:bind(channel, address)
- channel, the channel number
- address, the IP address (see IpAddress)
- channel, the channel number bound or nil on failure
- err, the error message