ot::Dns::TxtRecord::ReadTxtData() const is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

kErrorNone The TXT data was read successfully. @p aOffset, @p aTxtBuffer and @p aTxtBufferSize are updated. kErrorParse The TXT record in @p aMessage could not be parsed (invalid format). kErrorNoBufs TXT data could not fit in @p aTxtBufferSize bytes. TXT data is still partially read into @p aTxtBuffer up to its size and @p aOffset is updated to skip over the full TXT record.