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

#include <Connection.h>

Collaboration diagram for ConnectionInfo:
[legend]

Public Member Functions

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

Public Attributes

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

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 files: