|
ArnLib
4.0.x
Active Registry Network
|
#include <ArnClient.hpp>
Public Types | |
| enum | E { Init = 0, Connecting, Negotiating, Connected, Stopped, Error, Disconnected, TriedAll } |
| enum | NS { NsEnum, NsHuman } |
Definition at line 49 of file ArnClient.hpp.
| Enumerator | |
|---|---|
| Init | Initialized, not yet any result of trying to connect ... |
| Connecting | Trying to connect to an Arn host. |
| Negotiating | Negotiating terms and compatibility with an Arn host. |
| Connected | Successfully connected to an Arn host. |
| Stopped | No data flow within set timeout (still connected) |
| Error | Unsuccessfull when trying to connect to an Arn host. |
| Disconnected | TCP connection is broken (has been successfull) |
| TriedAll | Unsuccessfully tried to connect to all hosts in the Arn connection List. |
Definition at line 53 of file ArnClient.hpp.
| Enumerator | |
|---|---|
| NsEnum | |
| NsHuman | |
Definition at line 73 of file ArnClient.hpp.