NetCpp  v0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Pages
client Class Reference

Client for IPv4 UDP communications. More...

#include <udp_ip4.hpp>

Inheritance diagram for client:
Inheritance graph

Public Member Functions

 client ()
 Constructor.
- Public Member Functions inherited from AbstractSocket
bool close ()
 Close the socket.
AbstractSystemSocketgetSocket ()
 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.

Detailed Description

Client for IPv4 UDP communications.

Definition at line 89 of file udp_ip4.hpp.

Constructor & Destructor Documentation

client ( )
inline

Constructor.

This constructor allocates a concrete class derived from net::AbstractSystemSocket.

Definition at line 97 of file udp_ip4.hpp.

:
AbstractSocket{protocol(DGRAM, IPv4)}{}

The documentation for this class was generated from the following file: