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

Return value

- ESP_OK : Success - ESP_FAIL : Error adding endpoint / Endpoint with this name already exists - ESP_ERR_NO_MEM : Error allocating endpoint resource - ESP_ERR_INVALID_ARG : Null instance/name/handler arguments

Notes

- An endpoint must be bound to a valid protocomm instance, created using `protocomm_new()`. - This function internally calls the registered `add_endpoint()` function of the selected transport which is a member of the protocomm_t instance structure.

References

from examples