ESP-IDF
ot::Dns::Name::IsFromMessage() const
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::Name::IsFromMessage() const
ot::Dns::Name::IsFromMessage() const method
Indicates whether the name is specified from a message.
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:538
bool
IsFromMessage
(
void
)
const
;
Return value
TRUE if the name is specified from a message, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsFromMessage
(
void
)
const
{
return
mMessage
!=
nullptr
;
}
dns_types.hpp:538
:
(
aName
.
IsFromMessage
(
)
?
CompareName
(
aMessage
,
aOffset
,
*
aName
.
mMessage
,
aName
.
mOffset
)
dns_types.cpp:554
ot::Dns::Name
ot::Dns::Name::CompareName()
return
IsFromCString
(
)
?
kTypeCString
:
(
IsFromMessage
(
)
?
kTypeMessage
:
kTypeEmpty
)
;
dns_types.hpp:548
ot::Dns::Name
ot::Dns::Name::GetFromType() const
Call Tree
from
examples
ot::Dns::Name::IsFromMessage() const
is called by 2 functions:
ot::Dns::Name::GetFromType() const
ot::Dns::Name::CompareName()
All items filtered out
ot::Dns::Name::IsFromMessage() const
All items filtered out
Data Use
from
examples
ot::Dns::Name::IsFromMessage() const
reads 1 variable:
ot::Dns::Name::mMessage
All items filtered out
ot::Dns::Name::IsFromMessage() 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