ESP-IDF
esp_transport_list_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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_t
esp_transport_list_t struct
This list will hold all transport available
Syntax
Show:
Summary
Declaration
Definition
from
esp_transport.h:27
typedef
struct
esp_transport_list_t
*
esp_transport_list_handle_t
;
Implemented in
transport.c:23
Fields
Field
Declared as
Description
stqh_first
STAILQ_HEAD
This list will hold all transport available.
stqh_last
STAILQ_HEAD
This list will hold all transport available.
Related Functions
Found 5 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_transport_list_clean()
This function will remove all transport from the list, invoke esp_transport_destroy of every transport have added this the list
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