Function esp_idf_hal::sys::esp_ping_start
source ยท pub unsafe extern "C" fn esp_ping_start(hdl: *mut c_void) -> i32
Expand description
@brief Start 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: start ping session successfully