SDLNet.UDPSocket.UDPSocket:


Description:

public void UDPSocket (uint16 port)
Open a UDP network socket

Parameters:

ptr: If 'port' is non-zero, the UDP socket is bound to a local port. The 'port' should be given in native byte order, but is used internally in network (big endian) byte order, in addresses, etc. This allows other systems to send to this socket via a known port.

created by valadoc