Function esp_idf_sys::esp_transport_list_add
source ยท pub unsafe extern "C" fn esp_transport_list_add(
list: esp_transport_list_handle_t,
t: esp_transport_handle_t,
scheme: *const c_char,
) -> esp_err_t
Expand description
@brief Add a transport to the list, and define a scheme to indentify this transport in the list
@param[in] list The list @param[in] t The Transport @param[in] scheme The scheme
@return - ESP_OK