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_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.