pub unsafe extern "C" fn esp_transport_list_get_transport(
    list: *mut esp_transport_list_t,
    scheme: *const i8
) -> *mut esp_transport_item_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