Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp662 struct Value struct in ot::MeshCoP::ChannelMaskTlv
664 …atic constexpr uint16_t kMaxLength = (kEntrySize * Radio::kNumChannelPages); ///< Max value length.
666 …_t mData[kMaxLength]; ///< Array to store TLV value (encoded as one or more Channel Mask TLV Entry)
667 uint8_t mLength; ///< Value length in bytes.