|
NetCpp
v0.2
|
Protocol used for the communication. More...
#include <protocol.hpp>
Public Member Functions | |
| protocol (enum protocol_type type, enum protocol_domain domain) | |
| Constructor. | |
Protocol used for the communication.
This class encapsulates information about type and domain of the communication protocol.
Definition at line 57 of file protocol.hpp.
|
inline |
Constructor.
| type | Protocol type (see net::protocol_type) |
| domain | Protocol domain (see net::protocol_domain) |
Definition at line 65 of file protocol.hpp.