Enumerated types of the backoffAlgorithm library. More...
Enumerations | |
enum | BackoffAlgorithmStatus_t { BackoffAlgorithmSuccess = 0 , BackoffAlgorithmRetriesExhausted } |
Status for BackoffAlgorithm_GetNextBackoff. More... | |
Enumerated types of the backoffAlgorithm library.
Status for BackoffAlgorithm_GetNextBackoff.
Enumerator | |
---|---|
BackoffAlgorithmSuccess | The function successfully calculated the next back-off value. |
BackoffAlgorithmRetriesExhausted | The function exhausted all retry attempts. |