Function esp_idf_hal::sys::esp_ping_stop

source ·
pub unsafe extern "C" fn esp_ping_stop(hdl: *mut c_void) -> i32
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