![]() |
API Documentation
|
A structure designed to store information about a specific Connection. More...
#include <Connection.h>
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 |
| ProgressInfo * | log = nullptr |
| TimeSpan | max_timeout = TimeSpan(5.0) |
| TranslatedString | name |
| String | thread_id |
| String | type |
A structure designed to store information about a specific Connection.
|
inline |
|
inline |
|
inline |
| void setID | ( | const String & | id | ) |
| String address |
| ConnectionOpenType connect_mode = ConnectionOpenType::e_read_write |
| ProgressInfo* log = nullptr |
| TranslatedString name |
| String thread_id |
| String type |