CreateUDPStream( [port] )  

Parameters:

port (optional) - port number

Description:

Creates a UDP stream at the specified port, and returns a UDP stream handle. If no port is specified, a free port will be allocated and you can then use UDPStreamPort() to find out the allocated port.

Example:

None.

Index