ot::Tlv::GetLength() const is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxReferencesCall TreeData Use

Return value

The Length value.

Notes

This method should be used when TLV is not an Extended TLV, otherwise the returned length from this method would not be correct. When TLV is an Extended TLV, the TLV should be down-casted to the `ExtendedTlv` type and the `ExtendedTlv::GetLength()` should be used instead.

References