ESP-IDF
ot::MeshCoP::NetworkName::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::MeshCoP::NetworkName::GetAsCString() const
ot::MeshCoP::NetworkName::GetAsCString() const method
Gets the Network Name as a null terminated C string.
Syntax
Show:
Summary
Declaration
from
network_name.hpp:121
const
char
*
GetAsCString
(
void
)
const
;
Return value
The Network Name as a null terminated C string array.
Examples
References
from
examples
Code
Location
Referrer
const
char
*
GetAsCString
(
void
)
const
{
return
m8
;
}
network_name.hpp:121
networkNameLen
=
static_cast
<
uint8_t
>
(
StringLength
(
aNetworkName
.
GetAsCString
(
)
,
OT_NETWORK_NAME_MAX_SIZE
+
1
)
)
;
meshcop.cpp:315
ot::MeshCoP::GeneratePskc()
memcpy
(
salt
+
saltLen
,
aNetworkName
.
GetAsCString
(
)
,
networkNameLen
)
;
meshcop.cpp:329
ot::MeshCoP::GeneratePskc()
Call Tree
from
examples
ot::MeshCoP::NetworkName::GetAsCString() const
is called by 1 function:
ot::MeshCoP::GeneratePskc()
All items filtered out
ot::MeshCoP::NetworkName::GetAsCString() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::NetworkName::GetAsCString() const
reads 1 variable:
otNetworkName::m8
All items filtered out
ot::MeshCoP::NetworkName::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