ESP-IDF + 0/1 examples
SourceVu will show references to httpd_get_client_list() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK : Successfully retrieved session list - ESP_ERR_INVALID_ARG : Wrong arguments or list is longer than provided array

Notes

Size of provided array has to be equal or greater then maximum number of opened sockets, configured upon initialization with max_open_sockets field in httpd_config_t structure.

References

from examples