ESP-IDF
ot::MeshCoP::ChannelMaskTlv::Value
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::ChannelMaskTlv::Value
ot::MeshCoP::ChannelMaskTlv::Value struct
Represents Channel Mask TLV value to append.
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:603
struct
Value
{
static
constexpr
uint16_t
kMaxLength
=
(
kEntrySize
*
Radio
::
kNumChannelPages
)
;
uint8_t
mData
[
kMaxLength
]
;
uint8_t
mLength
;
}
;
Fields
Field
Declared as
ot::MeshCoP::ChannelMaskTlv::Value::kMaxLength
ot::MeshCoP::ChannelMaskTlv::Value::mData
uint8_t
[
kMaxLength
]
ot::MeshCoP::ChannelMaskTlv::Value::mLength
uint8_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
Value
meshcop_tlvs.hpp:603
ChannelMaskTlv
::
Value
value
;
dataset.cpp:455
ot::MeshCoP::Dataset::WriteTlvsFrom()
ChannelMaskTlv
::
Value
value
;
dataset_manager_ftd.cpp:296
ot::MeshCoP::ActiveDatasetManager::GenerateLocal()
void
ChannelMaskTlv
::
PrepareValue
(
Value
&
aValue
,
uint32_t
aChannelMask
)
meshcop_tlvs.cpp:220
ot::MeshCoP::ChannelMaskTlv::PrepareValue()
ot::MeshCoP::ChannelMaskTlv::PrepareValue()::aValue
Value
value
;
meshcop_tlvs.cpp:244
ot::MeshCoP::ChannelMaskTlv::AppendTo()
static
void
PrepareValue
(
Value
&
aValue
,
uint32_t
aChannelMask
)
;
meshcop_tlvs.hpp:649
ot::MeshCoP::ChannelMaskTlv::PrepareValue()
ot::MeshCoP::ChannelMaskTlv::PrepareValue()::aValue
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::MeshCoP::ChannelMaskTlv::PrepareValue()::aValue
ot::MeshCoP::ChannelMaskTlv::PrepareValue()
meshcop_tlvs.hpp:649
ot::MeshCoP::ChannelMaskTlv::PrepareValue()::aValue
ot::MeshCoP::ChannelMaskTlv::PrepareValue()
meshcop_tlvs.cpp:220
Lifecycle
from
examples
All items filtered out
All items filtered out