ESP-IDF
common_cmd_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
common_cmd_handler()
common_cmd_handler() function
Syntax
Show:
Summary
Declaration
from
protocomm_console.c:127
static
int
common_cmd_handler
(
int
argc
,
char
*
*
argv
)
;
Arguments
Argument
argc
argv
Examples
References
from
examples
Code
Location
Referrer
static
int
common_cmd_handler
(
int
argc
,
char
*
*
argv
)
protocomm_console.c:127
cmd
.
func
=
common_cmd_handler
;
protocomm_console.c:185
protocomm_console_add_endpoint()
Call Tree
from
examples
common_cmd_handler()
calls 7 functions:
All items filtered out
common_cmd_handler()
free()
malloc()
esp_log_timestamp()
esp_log_write()
protocomm_security::new_transport_session
protocomm_req_handle()
hex2bin()
All items filtered out
Data Use
from
examples
common_cmd_handler()
reads 11 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
protocomm_security::new_transport_session
protocomm::sec
protocomm::sec_inst
TAG
session_id
pc_console
All items filtered out
common_cmd_handler()
protocomm_console_add_endpoint()
session_id
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
common_cmd_handler()
is implemented by 1 functions:
All items filtered out
common_cmd_handler()
esp_console_cmd_t::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out