ESP-IDF
ot::MeshCoP::JoinerPskd::GetLength() 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::JoinerPskd::GetLength() const
ot::MeshCoP::JoinerPskd::GetLength() const method
Gets the PSKd string length. Must be used after the PSKd is validated, otherwise its behavior is undefined.
Syntax
Show:
Summary
Declaration
from
meshcop.hpp:106
uint8_t
GetLength
(
void
)
const
;
Return value
The PSKd string length.
Examples
References
from
examples
Code
Location
uint8_t
GetLength
(
void
)
const
{
return
static_cast
<
uint8_t
>
(
StringLength
(
m8
,
kMaxLength
+
1
)
)
;
}
meshcop.hpp:106
Call Tree
from
examples
ot::MeshCoP::JoinerPskd::GetLength() const
calls 1 function:
All items filtered out
ot::MeshCoP::JoinerPskd::GetLength() const
ot::StringLength()
All items filtered out
Data Use
from
examples
ot::MeshCoP::JoinerPskd::GetLength() const
reads 2 variables:
otJoinerPskd::m8
ot::MeshCoP::JoinerPskd::kMaxLength
All items filtered out
ot::MeshCoP::JoinerPskd::GetLength() 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