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

Return value

- ESP_OK : Success - ESP_ERR_INVALID_ARG : Null arguments - ESP_ERR_NOT_SUPPORTED : Transport layer bound to another protocomm instance - ESP_ERR_INVALID_STATE : Transport layer already bound to this protocomm instance - ESP_ERR_NO_MEM : Memory allocation for server resource failed - ESP_ERR_HTTPD_* : HTTP server error on start

Notes

This is a singleton. ie. Protocomm can have multiple instances, but only one instance can be bound to an HTTP transport layer.

References

from examples