Searched defs:ParsedInfo (Results 1 – 1 of 1) sorted by relevance
234 struct ParsedInfo struct in ot::Tlv283 uint16_t GetSize(void) const { return mTlvOffsetRange.GetLength(); } in GetSize()285 uint8_t mType; ///< The TLV type286 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.