ot::Dns::Name::AppendMultipleLabels() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

kErrorNone Successfully encoded and appended the name label(s) to @p aMessage. kErrorInvalidArgs Name label @p aLabels is not valid. kErrorNoBufs Insufficient available buffers to grow the message.

Notes

This method NEVER adds a label terminator (empty label) to the message, even in the case where @p aLabels ends with a dot character, e.g., "host-1.test." is treated same as "host-1.test".

References