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 used to represent an entry produced by the data model.
anj_uri_path_t path |
resource path
double timestamp |
Entry timestamp, only meaningful for Send and Notify operations.
Is ignored if set to NAN.
This can be the actual Unix time in seconds if it is greater than or equal to 2**28s [RFC8428], or a negative value if the time is relative to the current time.
anj_data_type_t type |
defines entry type
anj_res_value_t value |
entry value