![]() |
Morse Micro IoT SDK
2.9.7
|
Macros | |
| #define | MMWLAN_DEFAULT_MIN_HEALTH_CHECK_INTERVAL_MS 60000 |
| The default minimum interval to wait after the last health check before triggering another. More... | |
| #define | MMWLAN_DEFAULT_MAX_HEALTH_CHECK_INTERVAL_MS 120000 |
| The default maximum interval to wait after the last health check before triggering another. More... | |
Functions | |
| enum mmwlan_status | mmwlan_set_health_check_interval (uint32_t min_interval_ms, uint32_t max_interval_ms) |
| Specify the upper and lower bound for the periodic health check interval. More... | |
| #define MMWLAN_DEFAULT_MAX_HEALTH_CHECK_INTERVAL_MS 120000 |
| #define MMWLAN_DEFAULT_MIN_HEALTH_CHECK_INTERVAL_MS 60000 |
| enum mmwlan_status mmwlan_set_health_check_interval | ( | uint32_t | min_interval_ms, |
| uint32_t | max_interval_ms | ||
| ) |
Specify the upper and lower bound for the periodic health check interval.
To guarantee a specific interval set both min_interval_ms and max_interval_ms to the same value.
| min_interval_ms | Minimum value that the interval can be. |
| max_interval_ms | Maximum value that the interval can be. |