Public Member Functions | |
| ConnectionRetries () | |
| ConnectionRetries (int inNumber, unsigned inInterval) | |
Public Attributes | |
| int | number |
| unsigned | interval |
Definition at line 32 of file HandlerSettings.h.
|
inline |
Default constructor.
Definition at line 35 of file HandlerSettings.h.
|
inline |
Constructor.
Definition at line 42 of file HandlerSettings.h.
| unsigned interval |
The time interval between the attempts to restore the telecommunication link (in seconds).
Definition at line 57 of file HandlerSettings.h.
| int number |
Number of attempts to restore the telecommunication link. -1 - unlimited 0 - never (default) >0 - the number of attempts
Definition at line 52 of file HandlerSettings.h.