Sentinel
Loading...
Searching...
No Matches
networkStatusTask.h File Reference

Network Status Task Header File. More...

Go to the source code of this file.

Functions

void networkStatusTask (void *pvParameters)
 Network Status Task function.
 

Detailed Description

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.

Function Documentation

◆ networkStatusTask()

void networkStatusTask ( void * pvParameters)

Network Status Task function.

Parameters
pvParameters
pvParameters

This function runs in a FreeRTOS task and manages the network connection status.