Unsolicited response number of retries.
More...
#include <opendnp3/outstation/NumRetries.h>
Unsolicited response number of retries.
Definition at line 31 of file NumRetries.h.
◆ NumRetries()
opendnp3::NumRetries::NumRetries |
( |
std::size_t |
maxNumRetries, |
|
|
bool |
isInfinite |
|
) |
| |
|
private |
◆ Fixed()
static NumRetries opendnp3::NumRetries::Fixed |
( |
std::size_t |
maxNumRetries | ) |
|
|
static |
◆ Infinite()
static NumRetries opendnp3::NumRetries::Infinite |
( |
| ) |
|
|
static |
◆ Reset()
void opendnp3::NumRetries::Reset |
( |
| ) |
|
◆ Retry()
bool opendnp3::NumRetries::Retry |
( |
| ) |
|
◆ isInfinite
bool opendnp3::NumRetries::isInfinite |
|
private |
◆ maxNumRetries
std::size_t opendnp3::NumRetries::maxNumRetries |
|
private |
◆ numRetries
std::size_t opendnp3::NumRetries::numRetries |
|
private |
The documentation for this class was generated from the following file: