mb_tcp_slave sample
mdns_name_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_name_t
mdns_name_t struct
Syntax
Show:
Summary
Declaration
from
mdns_private.h:209
typedef
struct
{
char
host
[
MDNS_NAME_BUF_LEN
]
;
char
service
[
MDNS_NAME_BUF_LEN
]
;
char
proto
[
MDNS_NAME_BUF_LEN
]
;
char
domain
[
MDNS_NAME_BUF_LEN
]
;
uint8_t
parts
;
uint8_t
sub
;
bool
invalid
;
}
mdns_name_t
;
Fields
Field
Declared as
mdns_name_t::host
char
[
MDNS_NAME_BUF_LEN
]
mdns_name_t::service
char
[
MDNS_NAME_BUF_LEN
]
mdns_name_t::proto
char
[
MDNS_NAME_BUF_LEN
]
mdns_name_t::domain
char
[
MDNS_NAME_BUF_LEN
]
mdns_name_t::parts
uint8_t
mdns_name_t::sub
uint8_t
mdns_name_t::invalid
bool
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