manual_networking sample
mesh_light_ctl_t
is only used within manual_networking sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
manual_networking sample
mesh_light_ctl_t
mesh_light_ctl_t struct
Type Definitions Structures
Syntax
Show:
Summary
Declaration
from
mesh_light.h:37
typedef
struct
{
uint8_t
cmd
;
bool
on
;
uint8_t
token_id
;
uint16_t
token_value
;
}
mesh_light_ctl_t
;
Fields
Field
Declared as
mesh_light_ctl_t::cmd
uint8_t
mesh_light_ctl_t::on
bool
mesh_light_ctl_t::token_id
uint8_t
mesh_light_ctl_t::token_value
uint16_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
mesh_light.h:37
}
mesh_light_ctl_t
;
mesh_light.h:42
mesh_light_ctl_t
*
in
=
(
mesh_light_ctl_t
*
)
buf
;
mesh_light.c:170
mesh_light_process()
if
(
!
from
||
!
buf
||
len
<
sizeof
(
mesh_light_ctl_t
)
)
{
mesh_light.c:171
mesh_light_process()
}
mesh_light_ctl_t
;
mesh_light.h:42
mesh_light_ctl_t
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
Lifecycle
from
examples
All items filtered out
All items filtered out