#include <ns_socket.h>
Inheritance diagram for ns::ServerSocket:

Public Member Functions | |
| ServerSocket () | |
| Dummy constructor. | |
| ServerSocket (unsigned int port) | |
| Creates server socket listening at specified port. | |
| AcceptedSocket | wait () |
| Waits for client connection. | |
| ns::ServerSocket::ServerSocket | ( | unsigned int | port | ) |
Creates server socket listening at specified port.
| port | Port number to listen at. |
| AcceptedSocket ns::ServerSocket::wait | ( | ) |
1.5.1