ESP-IDF
otJoinerPskd::m8
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
otJoinerPskd::m8
otJoinerPskd::m8 field
Syntax
Show:
Summary
Declaration
from
commissioner.h:119
char
m8
[
OT_JOINER_MAX_PSKD_LENGTH
+
1
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
char
m8
[
OT_JOINER_MAX_PSKD_LENGTH
+
1
]
;
///< Char string array (must be null terminated - +1 is for null char).
commissioner.h:119
memcpy
(
m8
,
aPskdString
,
StringLength
(
aPskdString
,
sizeof
(
m8
)
)
)
;
meshcop.cpp:53
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::SetFrom()
for
(
size_t
i
=
0
;
i
<
sizeof
(
m8
)
;
i
++
)
meshcop.cpp:63
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::operator() const
if
(
m8
[
i
]
!=
aOther
.
m8
[
i
]
)
meshcop.cpp:65
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::operator() const
if
(
m8
[
i
]
==
'\0'
)
meshcop.cpp:71
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::operator() const
bool
IsValid
(
void
)
const
{
return
IsPskdValid
(
m8
)
;
}
meshcop.hpp:78
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::IsValid() const
const
char
*
GetAsCString
(
void
)
const
{
return
m8
;
}
meshcop.hpp:97
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::GetAsCString() const
uint8_t
GetLength
(
void
)
const
{
return
static_cast
<
uint8_t
>
(
StringLength
(
m8
,
kMaxLength
+
1
)
)
;
}
meshcop.hpp:106
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::GetLength() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otJoinerPskd::m8
is read by 5 functions:
All items filtered out
otJoinerPskd::m8
ot::MeshCoP::JoinerPskd::IsValid() const
ot::MeshCoP::JoinerPskd::GetAsCString() const
ot::MeshCoP::JoinerPskd::GetLength() const
ot::MeshCoP::JoinerPskd::SetFrom()
ot::MeshCoP::JoinerPskd::operator() 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