OnixS SGX Derivatives Handler for C++  2.17.0.0
Public Member Functions | Public Attributes | List of all members
ConnectionRetries Struct Reference

Connection retries settings. More...

Public Member Functions

 ConnectionRetries ()
 Default constructor.
 
 ConnectionRetries (uint32 number, uint32 interval)
 Constructor.
 

Public Attributes

uint32 number
 Number of attempts to restore the telecommunication link. More...
 
uint32 interval
 The time interval between the attempts to restore the telecommunication link (in seconds). More...
 

Detailed Description

Connection retries settings.

Member Data Documentation

uint32 interval

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

Note
The default value is 0 (zero).
uint32 number

Number of attempts to restore the telecommunication link.

Note
The default value is 0 (zero).