All Classes |Grouped Classes |Index

Function CL_UDPSocket

Constructs a UDPSocket.

	CL_UDPSocket::CL_UDPSocket();

	CL_UDPSocket::CL_UDPSocket(
		const CL_SocketName & local_name,
		bool force_bind = true);

	CL_UDPSocket::CL_UDPSocket(
		int socket,
		bool close_socket);