ESP-IDF
OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE
OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE value
Syntax
Show:
Summary
Declaration
from
dns_client.h:92
OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE
=
4
;
Examples
References
from
examples
Code
Location
OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE
=
4
,
///< Query in parallel for SRV and TXT using separate messages.
dns_client.h:92
static_assert
(
OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE
==
4
,
"OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE value is incorrect"
)
;
cli_dns.cpp:487
kServiceModeSrvTxtSeparate
=
OT_DNS_SERVICE_MODE_SRV_TXT_SEPARATE
,
///< SRV and TXT separate msgs.
dns_client.hpp:150
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