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

Protocol used for the communication. More...

#include <protocol.hpp>

Public Member Functions

 protocol (enum protocol_type type, enum protocol_domain domain)
 Constructor.

Detailed Description

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.

Constructor & Destructor Documentation

protocol ( enum protocol_type  type,
enum protocol_domain  domain 
)
inline

Constructor.

Parameters
typeProtocol type (see net::protocol_type)
domainProtocol domain (see net::protocol_domain)

Definition at line 65 of file protocol.hpp.

:
type_{type}, domain_{domain}{}

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