mb_tcp_slave sample
mdns_txt_item_t
is only used within mb_tcp_slave sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mb_tcp_slave sample
mdns_txt_item_t
mdns_txt_item_t struct
mDNS basic text item structure Used in mdns_service_add()
Syntax
Show:
Summary
Declaration
from
mdns.h:66
typedef
struct
{
const
char
*
key
;
const
char
*
value
;
}
mdns_txt_item_t
;
Fields
Field
Declared as
Description
mdns_txt_item_t::key
const
char
*
item key name.
mdns_txt_item_t::value
const
char
*
item value string.
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