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

Return value

- ESP_OK : Success - ESP_ERR_NOT_FOUND : Endpoint with specified name doesn't exist - ESP_ERR_INVALID_ARG : Null instance/name arguments

Notes

- This function internally calls the registered `remove_endpoint()` function which is a member of the protocomm_t instance structure.

References

from examples