protocomm_set_security() 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 : Security 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()`. - The choice of security can be any `protocomm_security_t` instance. Choices `protocomm_security0` and `protocomm_security1` and `protocomm_security2` are readily available.

References

from examples