ESP-IDF
ot::Dns::TxtEntry::Iterator::kIndexTxtLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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::TxtEntry::Iterator::kIndexTxtLength
ot::Dns::TxtEntry::Iterator::kIndexTxtLength variable
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1161
static
constexpr
uint8_t
kIndexTxtLength
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kIndexTxtLength
=
0
;
dns_types.hpp:1161
uint16_t
GetTxtDataLength
(
void
)
const
{
return
mData
[
kIndexTxtLength
]
;
}
dns_types.hpp:1166
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::GetTxtDataLength() const
void
SetTxtDataLength
(
uint16_t
aLength
)
{
mData
[
kIndexTxtLength
]
=
aLength
;
}
dns_types.hpp:1167
ot::Dns::TxtEntry::Iterator
ot::Dns::TxtEntry::Iterator::SetTxtDataLength()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::TxtEntry::Iterator::kIndexTxtLength
is read by 2 functions:
All items filtered out
ot::Dns::TxtEntry::Iterator::kIndexTxtLength
ot::Dns::TxtEntry::Iterator::GetTxtDataLength() const
ot::Dns::TxtEntry::Iterator::SetTxtDataLength()
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