Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtlvs.hpp252 struct ParsedInfo struct in ot::Tlv
305 uint16_t GetSize(void) const { return mTlvOffsetRange.GetLength(); } in GetSize()
307 uint8_t mType; ///< The TLV type
308 bool mIsExtended; ///< Whether the TLV is extended or not.
309 OffsetRange mTlvOffsetRange; ///< Offset range containing the full TLV.
310 OffsetRange mValueOffsetRange; ///< Offset range containing the TLV's value.