#include <OnixS/MTS/BondVision/SDP/HandlerSettings.h>
Public Member Functions | |
ConnectionRetries () | |
ConnectionRetries (int inNumber, unsigned inIntervalSec) | |
std::string | toString () const |
Public Attributes | |
int | number |
unsigned int | intervalSec |
Connection retries settings.
Definition at line 32 of file HandlerSettings.h.
|
inline |
Default constructor.
Definition at line 36 of file HandlerSettings.h.
|
inline |
Constructor.
Definition at line 40 of file HandlerSettings.h.
std::string toString | ( | ) | const |
Returns the string representation.
unsigned int intervalSec |
The time interval between attempts to restore the telecommunication link (in seconds).
Definition at line 51 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 46 of file HandlerSettings.h.