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