ESP-IDF
LocalCtrlMsgType
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
LocalCtrlMsgType
LocalCtrlMsgType enum
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.pb-c.h:32
enum
_LocalCtrlMsgType
{
LOCAL_CTRL_MSG_TYPE__TypeCmdGetPropertyCount
=
0
,
LOCAL_CTRL_MSG_TYPE__TypeRespGetPropertyCount
=
1
,
LOCAL_CTRL_MSG_TYPE__TypeCmdGetPropertyValues
=
4
,
LOCAL_CTRL_MSG_TYPE__TypeRespGetPropertyValues
=
5
,
LOCAL_CTRL_MSG_TYPE__TypeCmdSetPropertyValues
=
6
,
LOCAL_CTRL_MSG_TYPE__TypeRespSetPropertyValues
=
7
PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE
(
LOCAL_CTRL_MSG_TYPE
)
}
;
Values
Value
Declared as
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeCmdGetPropertyCount
=
0
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeRespGetPropertyCount
=
1
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeCmdGetPropertyValues
=
4
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeRespGetPropertyValues
=
5
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeCmdSetPropertyValues
=
6
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeRespSetPropertyValues
=
7
_LOCAL_CTRL_MSG_TYPE_IS_INT_SIZE
PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
_LocalCtrlMsgType
{
esp_local_ctrl.pb-c.h:32
}
LocalCtrlMsgType
;
esp_local_ctrl.pb-c.h:40
LocalCtrlMsgType
LocalCtrlMsgType
msg
;
esp_local_ctrl.pb-c.h:147
LocalCtrlMessage
LocalCtrlMessage::msg
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::msg
LocalCtrlMessage
esp_local_ctrl.pb-c.h:147
Lifecycle
from
examples
All items filtered out
All items filtered out