LwM2M IPSO sensor base instance. More...

Detailed Description

LwM2M IPSO sensor base instance.

Definition at line 130 of file ipso_sensor_base.h.

#include <ipso_sensor_base.h>

Data Fields

lwm2m_list_t list
 list handle
 
int16_t sensor_value
 sensor value
 
int16_t min_sensor_value
 minimum sensor value
 
int16_t max_sensor_value
 maximum sensor value
 
int16_t min_range_value
 minimum range value
 
int16_t max_range_value
 maximum range value
 
char units [CONFIG_LWM2M_IPSO_SENSOR_BASE_UNITS_MAX_SIZE]
 units
 
void * read_cb_arg
 Data to pass to the read callback. More...
 
lwm2m_obj_ipso_base_sensor_read_cb_tread_cb
 Callback to read the sensor value. More...
 

Field Documentation

◆ read_cb

lwm2m_obj_ipso_base_sensor_read_cb_t* lwm2m_obj_ipso_sensor_base_inst::read_cb

Callback to read the sensor value.

May be NULL.

Definition at line 139 of file ipso_sensor_base.h.

◆ read_cb_arg

void* lwm2m_obj_ipso_sensor_base_inst::read_cb_arg

Data to pass to the read callback.

May be NULL.

Definition at line 138 of file ipso_sensor_base.h.


The documentation for this struct was generated from the following file: