ESP-IDF
ot::Dns::TxtEntry::kKeyValueSeparator
is only used within ESP-IDF.
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-IDF
ot::Dns::TxtEntry::kKeyValueSeparator
ot::Dns::TxtEntry::kKeyValueSeparator variable
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1245
static
constexpr
char
kKeyValueSeparator
=
'='
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
char
kKeyValueSeparator
=
'='
;
dns_types.hpp:1245
if
(
(
length
==
0
)
||
(
cur
[
0
]
==
kKeyValueSeparator
)
)
dns_types.cpp:1055
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
if
(
cur
[
index
]
==
kKeyValueSeparator
)
dns_types.cpp:1062
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
char
separator
=
kKeyValueSeparator
;
dns_types.cpp:1112
ot::Dns::TxtEntry
ot::Dns::TxtEntry::AppendTo() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::TxtEntry::kKeyValueSeparator
is read by 2 functions:
All items filtered out
ot::Dns::TxtEntry::kKeyValueSeparator
ot::Dns::TxtEntry::Iterator::GetNextEntry()
ot::Dns::TxtEntry::AppendTo() const
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