|
Sentinel
|
Network Status Task Header File. More...
Go to the source code of this file.
Functions | |
| void | networkStatusTask (void *pvParameters) |
| Network Status Task function. | |
Network Status Task Header File.
This file contains the declaration of the networkStatusTask function, which is used to handle network status monitoring operations in a FreeRTOS task. The task is responsible for checking the network connection status and updating the network event group accordingly. It also handles modem reconnection logic and manages the network event mutex to ensure thread safety.
| void networkStatusTask | ( | void * | pvParameters | ) |
Network Status Task function.
| pvParameters | |
| pvParameters |
This function runs in a FreeRTOS task and manages the network connection status.