|
Anjay Lite
|
#include <defs.h>
Data Fields | |
| anj_data_type_t | type |
| anj_res_value_t | value |
| anj_uri_path_t | path |
| double | timestamp |
Data structure representing a single entry produced by the data model.
| anj_uri_path_t path |
Path of the affected Resource (see anj_uri_path_t).
| double timestamp |
Optional timestamp associated with this entry.
This field is only used in Send and Notify operations, and only when the message is encoded using a SenML-based content format (SenML JSON or SenML CBOR).
For all other LwM2M operations and for non-SenML content formats, this field is ignored.
| anj_data_type_t type |
Data type of this entry (see anj_data_type_t).
| anj_res_value_t value |
Value of the entry (see anj_res_value_t).