ESP-IDF
LocalCtrlMessage__PayloadCase
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
LocalCtrlMessage__PayloadCase
LocalCtrlMessage__PayloadCase enum
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.pb-c.h:133
enum
{
LOCAL_CTRL_MESSAGE__PAYLOAD__NOT_SET
=
0
,
LOCAL_CTRL_MESSAGE__PAYLOAD_CMD_GET_PROP_COUNT
=
10
,
LOCAL_CTRL_MESSAGE__PAYLOAD_RESP_GET_PROP_COUNT
=
11
,
LOCAL_CTRL_MESSAGE__PAYLOAD_CMD_GET_PROP_VALS
=
12
,
LOCAL_CTRL_MESSAGE__PAYLOAD_RESP_GET_PROP_VALS
=
13
,
LOCAL_CTRL_MESSAGE__PAYLOAD_CMD_SET_PROP_VALS
=
14
,
LOCAL_CTRL_MESSAGE__PAYLOAD_RESP_SET_PROP_VALS
=
15
PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE
(
LOCAL_CTRL_MESSAGE__PAYLOAD__CASE
)
}
;
Values
Value
Declared as
LocalCtrlMessage__PayloadCase::LOCAL_CTRL_MESSAGE__PAYLOAD__NOT_SET
=
0
LocalCtrlMessage__PayloadCase::LOCAL_CTRL_MESSAGE__PAYLOAD_CMD_GET_PROP_COUNT
=
10
LocalCtrlMessage__PayloadCase::LOCAL_CTRL_MESSAGE__PAYLOAD_RESP_GET_PROP_COUNT
=
11
LocalCtrlMessage__PayloadCase::LOCAL_CTRL_MESSAGE__PAYLOAD_CMD_GET_PROP_VALS
=
12
LocalCtrlMessage__PayloadCase::LOCAL_CTRL_MESSAGE__PAYLOAD_RESP_GET_PROP_VALS
=
13
LocalCtrlMessage__PayloadCase::LOCAL_CTRL_MESSAGE__PAYLOAD_CMD_SET_PROP_VALS
=
14
LocalCtrlMessage__PayloadCase::LOCAL_CTRL_MESSAGE__PAYLOAD_RESP_SET_PROP_VALS
=
15
_LOCAL_CTRL_MESSAGE__PAYLOAD__CASE_IS_INT_SIZE
PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_local_ctrl.pb-c.h:133
}
LocalCtrlMessage__PayloadCase
;
esp_local_ctrl.pb-c.h:142
LocalCtrlMessage__PayloadCase
LocalCtrlMessage__PayloadCase
payload_case
;
esp_local_ctrl.pb-c.h:148
LocalCtrlMessage
LocalCtrlMessage::payload_case
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
LocalCtrlMessage::payload_case
LocalCtrlMessage
esp_local_ctrl.pb-c.h:148
Lifecycle
from
examples
All items filtered out
All items filtered out