AWS IoT Device SDK C  202009.00
SDK for connecting to AWS IoT from a device using embedded C.
RetryUtilsParams_t Struct Reference

Represents parameters required for retry logic. More...

#include <retry_utils.h>

Data Fields

uint32_t attemptsDone
 The cumulative count of backoff delay cycles completed for retries.
 
uint32_t nextJitterMax
 The max jitter value for backoff time in retry attempt.
 

Detailed Description

Represents parameters required for retry logic.


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