ESP-IDF
ot::Dns::TxtEntry::kMinKeyLength
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::kMinKeyLength
ot::Dns::TxtEntry::kMinKeyLength variable
Minimum length of key string (RFC 6763 - section 6.4).
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1109
static
constexpr
uint8_t
kMinKeyLength
=
OT_DNS_TXT_KEY_MIN_LENGTH
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMinKeyLength
=
OT_DNS_TXT_KEY_MIN_LENGTH
;
dns_types.hpp:1109
VerifyOrExit
(
kMinKeyLength
<=
keyLength
,
error
=
kErrorInvalidArgs
)
;
dns_types.cpp:1123
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::kMinKeyLength
is read by 1 function:
All items filtered out
ot::Dns::TxtEntry::kMinKeyLength
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