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

Return value

- ESP_OK : Request handled successfully - ESP_FAIL : Internal error in execution of registered handler - ESP_ERR_NO_MEM : Error allocating internal resource - ESP_ERR_NOT_FOUND : Endpoint with specified name doesn't exist - ESP_ERR_INVALID_ARG : Null instance/name arguments

Notes

- An endpoint must be bound to a valid protocomm instance, created using `protocomm_new()`. - Resulting output buffer must be deallocated by the caller.

References

from examples