ESP-IDF
kChannelMask
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
kChannelMask
kChannelMask value
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:106
kChannelMask
=
OT_MESHCOP_TLV_CHANNELMASK
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kChannelMask
=
OT_MESHCOP_TLV_CHANNELMASK
,
///< Channel Mask TLV
meshcop_tlvs.hpp:106
case
Tlv
::
kChannelMask
:
dataset.cpp:164
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::IsTlvValid()
Tlv
::
kChannelMask
,
dataset.cpp:202
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
case
Tlv
::
kChannelMask
:
dataset.cpp:247
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ConvertTo() const
SuccessOrExit
(
error
=
WriteTlv
(
Tlv
::
kChannelMask
,
value
.
mData
,
value
.
mLength
)
)
;
dataset.cpp:458
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTlvsFrom()
channelMaskTlv
=
As
<
ChannelMaskTlv
>
(
dataset
.
FindTlv
(
Tlv
::
kChannelMask
)
)
;
dataset_manager.cpp:410
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::GetChannelMask() const
tlvList
.
Add
(
Tlv
::
kChannelMask
)
;
dataset_manager.cpp:712
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SendGetRequest() const
IgnoreError
(
dataset
.
WriteTlv
(
Tlv
::
kChannelMask
,
value
.
mData
,
value
.
mLength
)
)
;
dataset_manager_ftd.cpp:299
ot::MeshCoP::ActiveDatasetManager
ot::MeshCoP::ActiveDatasetManager::GenerateLocal()
Tlv
::
kActiveTimestamp
,
Tlv
::
kChannelMask
,
Tlv
::
kPskc
,
Tlv
::
kSecurityPolicy
,
joiner_router.cpp:280
ot::MeshCoP::JoinerRouter
ot::MeshCoP::JoinerRouter::PrepareJoinerEntrustMessage()
SuccessOrExit
(
error
=
FindTlvValueOffsetRange
(
aMessage
,
Tlv
::
kChannelMask
,
offsetRange
)
)
;
meshcop_tlvs.cpp:149
ot::MeshCoP::ChannelMaskTlv
ot::MeshCoP::ChannelMaskTlv::FindIn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kChannelMask
is read by 9 functions:
All items filtered out
kChannelMask
ot::MeshCoP::Dataset::IsTlvValid()
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
ot::MeshCoP::Dataset::ConvertTo() const
ot::MeshCoP::Dataset::WriteTlvsFrom()
ot::MeshCoP::DatasetManager::GetChannelMask() const
ot::MeshCoP::DatasetManager::SendGetRequest() const
ot::MeshCoP::ActiveDatasetManager::GenerateLocal()
ot::MeshCoP::JoinerRouter::PrepareJoinerEntrustMessage()
ot::MeshCoP::ChannelMaskTlv::FindIn()
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