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.
WIFIReturnCode_t
WIFIReturnCode_t
Return code denoting API status.
Definition: iot_wifi.h:50
WIFI_Ping
WIFIReturnCode_t WIFI_Ping(uint8_t *pucIPAddr, uint16_t usCount, uint32_t ulIntervalMS)
Ping an IP address in the network.