Previous: System_network_wrapper_TcpSocket, Up: System_network


3.2.5.3 System.network.wrapper.UdpSocket

A wrapper around System.network.socket for UDP sockets.

Supported constructors:

System.network.wrapper.UdpSocket()
Create a new UDP socket.
System.network.wrapper.UdpSocket(bind_host, bind_port)
Create a new UDP socket, binding it to bind_host port bind_port.