API Documentation
Loading...
Searching...
No Matches
ConnectionInfo Struct Reference

A structure designed to store information about a specific Connection. More...

#include <Connection.h>

Collaboration diagram for ConnectionInfo:
[legend]

Public Member Functions

void autoSetName ()
 
String id () const
 
bool operator!= (const ConnectionInfo &other) const
 
void setID (const String &id)
 

Public Attributes

String address
 
ConnectionOpenType connect_mode = ConnectionOpenType::e_read_write
 
ProgressInfolog = nullptr
 
TimeSpan max_timeout = TimeSpan(5.0)
 
TranslatedString name
 
String thread_id
 
String type
 

Detailed Description

A structure designed to store information about a specific Connection.


Member Function Documentation

◆ autoSetName()

void autoSetName ( )
inline

◆ id()

String id ( ) const
inline

◆ operator!=()

bool operator!= ( const ConnectionInfo & other) const
inline

◆ setID()

void setID ( const String & id)

Member Data Documentation

◆ address

String address

◆ connect_mode

◆ log

ProgressInfo* log = nullptr

◆ max_timeout

TimeSpan max_timeout = TimeSpan(5.0)

◆ name

◆ thread_id

String thread_id

◆ type

String type

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