Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

FreeRTOS_IsNetworkUp()

[FreeRTOS-Plus-TCP API Reference]

FreeRTOS_IP.h
BaseType_t FreeRTOS_IsNetworkUp( void );
		
Used to test if all the network endpoints are currently up (connected). Note that disconnect events come from the network interface driver, so rely on the network interface driver for implementation.

Returns:

pdTRUE if the network endpoints are currently up (connected). Otherwise pdFALSE.

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.