ESP-IDF
ot::Dns::Name::IsEmpty() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Name::IsEmpty() const
ot::Dns::Name::IsEmpty() const method
Indicates whether the name is empty (not specified).
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:524
bool
IsEmpty
(
void
)
const
;
Return value
TRUE if the name is empty, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsEmpty
(
void
)
const
{
return
(
mString
==
nullptr
)
&&
(
mMessage
==
nullptr
)
;
}
dns_types.hpp:524
VerifyOrExit
(
!
IsEmpty
(
)
)
;
dns_types.cpp:102
ot::Dns::Name
ot::Dns::Name::Matches() const
if
(
IsEmpty
(
)
)
dns_types.cpp:165
ot::Dns::Name
ot::Dns::Name::AppendTo() const
Call Tree
from
examples
ot::Dns::Name::IsEmpty() const
is called by 2 functions:
ot::Dns::Name::Matches() const
ot::Dns::Name::AppendTo() const
All items filtered out
ot::Dns::Name::IsEmpty() const
All items filtered out
Data Use
from
examples
ot::Dns::Name::IsEmpty() const
reads 2 variables:
ot::Dns::Name::mString
ot::Dns::Name::mMessage
All items filtered out
ot::Dns::Name::IsEmpty() 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