mb_tcp_slave sample
mdns_txt_linked_item_s
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_linked_item_s
mdns_txt_linked_item_s struct
Syntax
Show:
Summary
Declaration
from
mdns_private.h:270
typedef
struct
mdns_txt_linked_item_s
{
const
char
*
key
;
char
*
value
;
uint8_t
value_len
;
struct
mdns_txt_linked_item_s
*
next
;
}
mdns_txt_linked_item_t
;
Fields
Field
Declared as
Description
mdns_txt_linked_item_s::key
const
char
*
item key name.
mdns_txt_linked_item_s::value
char
*
item value string.
mdns_txt_linked_item_s::value_len
uint8_t
item value length.
mdns_txt_linked_item_s::next
struct
mdns_txt_linked_item_s
*
next result, or NULL for the last result in the list.
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