FreeRTOS: Wi-Fi Management Library
Return to main page ↑
WIFI_Ping

Ping an IP address in the network.

WIFIReturnCode_t WIFI_Ping( uint8_t * pucIPAddr,
uint16_t usCount,
uint32_t ulIntervalMS );
Parameters
[in]pucIPAddrIP Address array to ping.
[in]usCountNumber of times to ping
[in]ulIntervalMSInterval in mili-seconds for ping operation
Returns
eWiFiSuccess if ping was successful, other failure code otherwise.