Function esp_idf_hal::sys::esp_transport_list_add
source ยท pub unsafe extern "C" fn esp_transport_list_add(
list: *mut esp_transport_list_t,
t: *mut esp_transport_item_t,
scheme: *const i8,
) -> i32
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