otIp6RemoveUnsecurePort() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

OT_ERROR_NONE The port was successfully removed from the allowed unsecure port list. OT_ERROR_INVALID_ARGS The port is invalid (value 0 is reserved for internal use). OT_ERROR_NOT_FOUND The port was not found in the unsecure port list.

Notes

This function removes @p aPort by overwriting @p aPort with the element after @p aPort in the internal port list. Be careful when calling otIp6GetUnsecurePorts() followed by otIp6RemoveUnsecurePort() to remove unsecure ports.

References

from examples