Arguments for the creation of a Light Control object instance. More...
Arguments for the creation of a Light Control object instance.
Definition at line 205 of file light_control.h.
#include <light_control.h>
Data Fields | |
| lwm2m_obj_light_control_cb_t | cb | 
| Callback for status and dimmer changes.   | |
| void * | cb_arg | 
| Argument to call cb with.   | |
| const char * | color | 
| Array of chars with the light color.   | |
| size_t | color_len | 
| Length of color.   | |
| const char * | app_type | 
| Array of chars with the light app type.   | |
| size_t | app_type_len | 
| Length of app_type.   | |
| const char* lwm2m_obj_light_control_args::app_type | 
Array of chars with the light app type.
May be NULL.
Definition at line 210 of file light_control.h.
| size_t lwm2m_obj_light_control_args::app_type_len | 
Length of app_type.
Definition at line 211 of file light_control.h.
| lwm2m_obj_light_control_cb_t lwm2m_obj_light_control_args::cb | 
Callback for status and dimmer changes.
May be NULL.
Definition at line 206 of file light_control.h.
| void* lwm2m_obj_light_control_args::cb_arg | 
| const char* lwm2m_obj_light_control_args::color | 
| size_t lwm2m_obj_light_control_args::color_len | 
Length of color.
Definition at line 209 of file light_control.h.