ESP-IDF
ot::Dns::Name::GetAsCString() 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::GetAsCString() const
ot::Dns::Name::GetAsCString() const method
Gets the name as a C string. MUST be used only when the type is `kTypeString`. Otherwise its behavior is undefined.
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:583
const
char
*
GetAsCString
(
void
)
const
;
Return value
A pointer to the C string.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
*
GetAsCString
(
void
)
const
{
return
mString
;
}
dns_types.hpp:583
error
=
AppendName
(
GetAsCString
(
)
,
aMessage
)
;
dns_types.cpp:171
ot::Dns::Name
ot::Dns::Name::AppendTo() const
Call Tree
from
examples
ot::Dns::Name::GetAsCString() const
is called by 1 function:
ot::Dns::Name::AppendTo() const
All items filtered out
ot::Dns::Name::GetAsCString() const
All items filtered out
Data Use
from
examples
ot::Dns::Name::GetAsCString() const
reads 1 variable:
ot::Dns::Name::mString
All items filtered out
ot::Dns::Name::GetAsCString() 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