mb_tcp_slave sample
_mdns_allocate_txt()
is only used within mb_tcp_slave sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mb_tcp_slave sample
_mdns_allocate_txt()
_mdns_allocate_txt() function
creates/allocates new text item list
Syntax
Show:
Summary
Declaration
from
mdns.c:2643
static
mdns_txt_linked_item_t
*
_mdns_allocate_txt
(
size_t
num_items
,
mdns_txt_item_t
txt
[
]
)
;
Arguments
Argument
Description
num_items
service number of txt items or 0
txt
service txt items array or NULL
Return value
pointer to the linked txt item list or NULL
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