Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
FreeRTOS-Plus-TCP now has unified IPv4 and IPv6 functionalities and multi-interface support.
Achieving Unbrickable MCU FOTA for your FreeRTOS-powered Firmware:
FreeRTOS 202012 LTS end of support announced.
FreeRTOS website now available in Simplified Chinese
New FreeRTOS Long Term Support version now available.

FreeRTOS_AllEndPointsUp()

[FreeRTOS-Plus-TCP API Reference]

FreeRTOS_IP.h
BaseType_t FreeRTOS_AllEndPointsUp( const struct xNetworkInterface * pxInterface )

Used to test if all endpoints associated with an interface are currently up (connected) or down (disconnected). Note that disconnect events come from the network interface driver, so they rely on the network interface driver for implementation.

Parameters:

pxInterface
Interface for which the status of its endpoints has to be checked. If NULL, the function returns whether all the available endpoints regardless of interface are up or not.

Returns:
pdTRUE if all endpoints are up (connected). Otherwise pdFALSE.

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