Home
last modified time | relevance | path

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

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