Function esp_idf_sys::esp_transport_list_get_transport
source ยท pub unsafe extern "C" fn esp_transport_list_get_transport(
list: esp_transport_list_handle_t,
scheme: *const c_char,
) -> esp_transport_handle_t
Expand description
@brief Get the transport by scheme, which has been defined when calling function esp_transport_list_add
@param[in] list The list @param[in] tag The tag
@return The transport handle