ESP-IDF
ot::MeshCoP::Dataset::kMaxLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::Dataset::kMaxLength
ot::MeshCoP::Dataset::kMaxLength variable
Syntax
Show:
Summary
Declaration
from
dataset.hpp:62
static
constexpr
uint8_t
kMaxLength
=
OT_OPERATIONAL_DATASET_MAX_LENGTH
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxLength
=
OT_OPERATIONAL_DATASET_MAX_LENGTH
;
///< Max length of Dataset (bytes)
dataset.hpp:62
VerifyOrExit
(
mLength
<=
kMaxLength
)
;
dataset.cpp:108
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ValidateTlvs() const
VerifyOrExit
(
aLength
<=
kMaxLength
,
error
=
kErrorInvalidArgs
)
;
dataset.cpp:320
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
VerifyOrExit
(
aOffsetRange
.
GetLength
(
)
<=
kMaxLength
,
error
=
kErrorInvalidArgs
)
;
dataset.cpp:343
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
VerifyOrExit
(
newLength
<=
kMaxLength
,
error
=
kErrorNoBufs
)
;
dataset.cpp:512
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::AppendTlvsFrom()
uint8_t
mTlvs
[
kMaxLength
]
;
dataset.hpp:657
uint16_t
length
=
MeshCoP
::
Dataset
::
kMaxLength
;
settings.cpp:245
ot::Settings
ot::Settings::ReadOperationalDataset() const
VerifyOrExit
(
length
<=
MeshCoP
::
Dataset
::
kMaxLength
,
error
=
kErrorNotFound
)
;
settings.cpp:248
ot::Settings
ot::Settings::ReadOperationalDataset() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::Dataset::kMaxLength
is read by 4 functions:
All items filtered out
ot::MeshCoP::Dataset::kMaxLength
ot::Settings::ReadOperationalDataset() const
ot::MeshCoP::Dataset::ValidateTlvs() const
ot::MeshCoP::Dataset::SetFrom()
ot::MeshCoP::Dataset::AppendTlvsFrom()
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