ESP-IDF
LocalCtrlMessage::msg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
LocalCtrlMessage::msg
LocalCtrlMessage::msg field
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.pb-c.h:147
LocalCtrlMsgType
msg
;
Examples
References
from
examples
Code
Location
Referrer
LocalCtrlMsgType
msg
;
esp_local_ctrl.pb-c.h:147
offsetof
(
LocalCtrlMessage
,
msg
)
,
esp_local_ctrl.pb-c.c:798
switch
(
resp
->
msg
)
{
esp_local_ctrl_handler.c:203
esp_local_ctrl_command_cleanup()
int
cmd_index
=
lookup_cmd_handler
(
req
->
msg
)
;
esp_local_ctrl_handler.c:235
esp_local_ctrl_command_dispatcher()
resp
.
msg
=
req
->
msg
+
1
;
/* Response is request + 1 */
esp_local_ctrl_handler.c:262
esp_local_ctrl_data_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LocalCtrlMessage::msg
is written by 1 function and is read by 3 functions:
esp_local_ctrl_data_handler()
All items filtered out
LocalCtrlMessage::msg
esp_local_ctrl_command_cleanup()
esp_local_ctrl_command_dispatcher()
esp_local_ctrl_data_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