protocomm_set_version() 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_INVALID_STATE : Version endpoint already set - 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()`.

References

from examples