ot::LinkedList::Remove() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

kErrorNone The entry was successfully removed from the list. kErrorNotFound Could not find the entry in the list.

Notes

This method does not change the removed entry @p aEntry itself (it is `const`), i.e., the entry next pointer of @p aEntry stays as before.

References

from examples