|
NetCpp
v0.2
|
Server for IPv4 UDP communications. More...
#include <udp_ip4.hpp>

Public Member Functions | |
| server () | |
| Constructor. | |
Public Member Functions inherited from AbstractSocket | |
| bool | close () |
| Close the socket. | |
| AbstractSystemSocket * | getSocket () |
| get the socket | |
| int | receive (__buffer buf, std::size_t size) |
| Receive operation. | |
| int | send (__buffer buf, std::size_t size) |
| Send operation. | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractSocket | |
| AbstractSocket (const protocol &prot) | |
| Constructor. | |
Server for IPv4 UDP communications.
Definition at line 49 of file udp_ip4.hpp.
|
inline |
Constructor.
This constructor allocates a concrete class derived from net::AbstractSystemSocket.
Definition at line 57 of file udp_ip4.hpp.