TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
Basda::WebSocketFactory::WebSocketConfig Struct Reference

#include <WebSocketFactory.h>

Collaboration diagram for Basda::WebSocketFactory::WebSocketConfig:
Collaboration graph

Public Member Functions

 WebSocketConfig (const std::string &hostname, const uint16_t portNr, const std::string &password, const unsigned timeoutMicrosecond)
 
 WebSocketConfig (const std::string &hostname, const uint16_t portNr, const std::string &password, const unsigned timeoutMicrosecond)
 
 WebSocketConfig (const std::string &hostname, const uint16_t portNr, const std::string &password, const unsigned timeoutMicrosecond)
 

Public Attributes

std::string hostname
 
uint16_t portNo
 
std::string password
 
unsigned timeoutMicrosecond
 

Constructor & Destructor Documentation

◆ WebSocketConfig() [1/3]

Basda::WebSocketFactory::WebSocketConfig::WebSocketConfig ( const std::string &  hostname,
const uint16_t  portNr,
const std::string &  password,
const unsigned  timeoutMicrosecond 
)
inline

◆ WebSocketConfig() [2/3]

Basda::WebSocketFactory::WebSocketConfig::WebSocketConfig ( const std::string &  hostname,
const uint16_t  portNr,
const std::string &  password,
const unsigned  timeoutMicrosecond 
)
inline

◆ WebSocketConfig() [3/3]

Basda::WebSocketFactory::WebSocketConfig::WebSocketConfig ( const std::string &  hostname,
const uint16_t  portNr,
const std::string &  password,
const unsigned  timeoutMicrosecond 
)
inline

Member Data Documentation

◆ hostname

std::string Basda::WebSocketFactory::WebSocketConfig::hostname

◆ password

std::string Basda::WebSocketFactory::WebSocketConfig::password

◆ portNo

uint16_t Basda::WebSocketFactory::WebSocketConfig::portNo

◆ timeoutMicrosecond

unsigned Basda::WebSocketFactory::WebSocketConfig::timeoutMicrosecond

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