ESP-IDF
ot::MeshCoP::NetworkName::kMaxSize
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::kMaxSize
ot::MeshCoP::NetworkName::kMaxSize variable
This constant specified the maximum number of chars in Network Name (excludes null char).
Syntax
Show:
Summary
Declaration
from
network_name.hpp:109
static
constexpr
uint8_t
kMaxSize
=
OT_NETWORK_NAME_MAX_SIZE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxSize
=
OT_NETWORK_NAME_MAX_SIZE
;
network_name.hpp:109
char
mNetworkName
[
MeshCoP
::
NetworkName
::
kMaxSize
]
;
mac_frame.hpp:1512
char
mNetworkName
[
NetworkName
::
kMaxSize
]
;
meshcop_tlvs.hpp:291
return
NameData
(
m8
,
static_cast
<
uint8_t
>
(
StringLength
(
m8
,
kMaxSize
+
1
)
)
)
;
network_name.cpp:54
ot::MeshCoP::NetworkName
ot::MeshCoP::NetworkName::GetAsData() const
NameData
data
(
aNameString
,
kMaxSize
+
1
)
;
network_name.cpp:71
ot::MeshCoP::NetworkName
ot::MeshCoP::NetworkName::Set()
VerifyOrExit
(
newLen
<=
kMaxSize
,
error
=
kErrorInvalidArgs
)
;
network_name.cpp:87
ot::MeshCoP::NetworkName
ot::MeshCoP::NetworkName::Set()
typedef
StringTlvInfo
<
ThreadTlv
::
kNetworkName
,
MeshCoP
::
NetworkName
::
kMaxSize
>
ThreadNetworkNameTlv
;
thread_tlvs.hpp:126
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::NetworkName::kMaxSize
is read by 2 functions:
All items filtered out
ot::MeshCoP::NetworkName::kMaxSize
ot::MeshCoP::NetworkName::GetAsData() const
ot::MeshCoP::NetworkName::Set()
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