OnixS BME SENAF Handler C++ library  2.2.0
API documentation
ConnectionRetries Struct Reference

#include <OnixS/Senaf/MarketData/HandlerSettings.h>

Public Member Functions

 ConnectionRetries ()
 
 ConnectionRetries (int inNumber, unsigned inInterval)
 
std::string toString () const
 

Public Attributes

int number
 
unsigned int interval
 

Detailed Description

Definition at line 34 of file HandlerSettings.h.

Constructor & Destructor Documentation

ConnectionRetries ( )
inline

Default constructor.

Definition at line 37 of file HandlerSettings.h.

ConnectionRetries ( int  inNumber,
unsigned  inInterval 
)
inline

Constructor.

Definition at line 40 of file HandlerSettings.h.

Member Function Documentation

std::string toString ( ) const

Returns the string representation.

Member Data Documentation

unsigned int interval

The time interval between the attempts to restore the telecommunication link (in seconds).

Note
The default value is 0 (zero).

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.


The documentation for this struct was generated from the following file: