client-cpp  0.10.0
kaa::EndpointConnectionInfo Struct Reference

#include <EndpointConnectionInfo.hpp>

+ Collaboration diagram for kaa::EndpointConnectionInfo:

Public Member Functions

 EndpointConnectionInfo (const std::string &endpointIp, const std::string &serverIp, const ServerType serverType)
 

Public Attributes

std::string endpointIp_
 
std::string serverIp_
 
ServerType serverType_
 

Detailed Description

The structure represents connection information in readable format.

Definition at line 26 of file EndpointConnectionInfo.hpp.

Constructor & Destructor Documentation

kaa::EndpointConnectionInfo::EndpointConnectionInfo ( const std::string &  endpointIp,
const std::string &  serverIp,
const ServerType  serverType 
)
inline

Definition at line 31 of file EndpointConnectionInfo.hpp.

Member Data Documentation

std::string kaa::EndpointConnectionInfo::endpointIp_

The ip address of the endpoint.

Definition at line 27 of file EndpointConnectionInfo.hpp.

std::string kaa::EndpointConnectionInfo::serverIp_

The ip address of the server

Definition at line 28 of file EndpointConnectionInfo.hpp.

ServerType kaa::EndpointConnectionInfo::serverType_

The type of server, see ServerType

Definition at line 29 of file EndpointConnectionInfo.hpp.


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