Function esp_idf_sys::esp_ping_stop
source ยท pub unsafe extern "C" fn esp_ping_stop(
hdl: esp_ping_handle_t,
) -> esp_err_t
Expand description
@brief Stop the ping session
@param hdl handle of ping session @return - ESP_ERR_INVALID_ARG: invalid parameters (e.g. ping handle is null, etc) - ESP_OK: stop ping session successfully