protocomm_console_start() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

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_FAIL : Failed to start console thread

Notes

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

References