ESP-IDF
esp_transport_list_clean()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_transport_list_clean()
esp_transport_list_clean() function
This function will remove all transport from the list, invoke esp_transport_destroy of every transport have added this the list
Syntax
Show:
Summary
Declaration
Definition
from
esp_transport.h:97
esp_err_t
esp_transport_list_clean
(
esp_transport_list_handle_t
list
)
;
Implemented in
transport.c:79
Arguments
Argument
Description
list
The list
Return value
- ESP_OK - ESP_ERR_INVALID_ARG
Related Functions
Found 4 other functions taking a
esp_transport_list_t
argument:
Function
Description
esp_transport_list_add()
Add a transport to the list, and define a scheme to indentify this transport in the list
esp_transport_list_destroy()
Cleanup and free all transports, include itself, this function will invoke esp_transport_destroy of every transport have added this the list
esp_transport_list_get_transport()
Get the transport by scheme, which has been defined when calling function `esp_transport_list_add`
esp_mqtt_set_ssl_transport_properties()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out