#include <handle_info.h>
Public Attributes | |
| std::string | endpoint |
| std::string | handle |
| int | handle_type |
| std::string | hostname |
| std::string | port |
Static Public Attributes | |
| static const int | HANDLE_TYPE_TCP = 0 |
| static const int | HANDLE_TYPE_UDP = 1 |
Definition at line 5 of file handle_info.h.
| std::string HandleInfo::endpoint |
Definition at line 14 of file handle_info.h.
| std::string HandleInfo::handle |
Definition at line 13 of file handle_info.h.
| int HandleInfo::handle_type |
Definition at line 10 of file handle_info.h.
|
static |
Definition at line 7 of file handle_info.h.
|
static |
Definition at line 8 of file handle_info.h.
| std::string HandleInfo::hostname |
Definition at line 11 of file handle_info.h.
| std::string HandleInfo::port |
Definition at line 12 of file handle_info.h.