esp_local_ctrl sample
mdns_parsed_record_s
is only used within esp_local_ctrl 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
esp_local_ctrl sample
mdns_parsed_record_s
mdns_parsed_record_s struct
Syntax
Show:
Summary
Declaration
from
mdns_private.h:230
typedef
struct
mdns_parsed_record_s
{
struct
mdns_parsed_record_s
*
next
;
mdns_parsed_record_type_t
record_type
;
uint16_t
type
;
uint16_t
clas
;
uint8_t
flush
;
uint32_t
ttl
;
char
*
host
;
char
*
service
;
char
*
proto
;
char
*
domain
;
uint16_t
data_len
;
uint8_t
*
data
;
}
mdns_parsed_record_t
;
Fields
Field
Declared as
mdns_parsed_record_s::next
struct
mdns_parsed_record_s
*
mdns_parsed_record_s::record_type
mdns_parsed_record_type_t
mdns_parsed_record_s::type
uint16_t
mdns_parsed_record_s::clas
uint16_t
mdns_parsed_record_s::flush
uint8_t
mdns_parsed_record_s::ttl
uint32_t
mdns_parsed_record_s::host
char
*
mdns_parsed_record_s::service
char
*
mdns_parsed_record_s::proto
char
*
mdns_parsed_record_s::domain
char
*
mdns_parsed_record_s::data_len
uint16_t
mdns_parsed_record_s::data
uint8_t
*
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