ESP-IDF
protocomm_ep::req_handler
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
protocomm_ep::req_handler
protocomm_ep::req_handler field
Request handler function
Syntax
Show:
Summary
Declaration
from
protocomm_priv.h:28
protocomm_req_handler_t
req_handler
;
Examples
References
from
examples
Code
Location
Referrer
protocomm_req_handler_t
req_handler
;
/*!< Request handler function */
protocomm_priv.h:28
ep
->
req_handler
=
h
;
protocomm.c:107
protocomm_add_endpoint_internal()
ret
=
ep
->
req_handler
(
session_id
,
inbuf
,
inlen
,
outbuf
,
outlen
,
ep
->
priv_data
)
;
protocomm.c:197
protocomm_req_handle()
ret
=
ep
->
req_handler
(
session_id
,
protocomm.c:214
protocomm_req_handle()
ret
=
ep
->
req_handler
(
session_id
,
protocomm.c:247
protocomm_req_handle()
ret
=
ep
->
req_handler
(
session_id
,
inbuf
,
inlen
,
outbuf
,
outlen
,
ep
->
priv_data
)
;
protocomm.c:254
protocomm_req_handle()
Call Tree
from
examples
protocomm_ep::req_handler
is called by 1 function:
protocomm_req_handle()
All items filtered out
protocomm_ep::req_handler
All items filtered out
Data Use
from
examples
protocomm_ep::req_handler
is written by 1 function:
protocomm_add_endpoint_internal()
All items filtered out
protocomm_ep::req_handler
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out